Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(715)

Unified Diff: src/interface-descriptors.h

Issue 523583002: Multiple stubs can point to the same calling convention. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Ports. Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/ic/x64/ic-conventions-x64.cc ('k') | src/interface-descriptors.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/interface-descriptors.h
diff --git a/src/interface-descriptors.h b/src/interface-descriptors.h
index 97dc272951b15696aeb9c6643040e0ebf4124a76..639b1f0a887d2d598ee3a9565a712be70142bccf 100644
--- a/src/interface-descriptors.h
+++ b/src/interface-descriptors.h
@@ -84,6 +84,31 @@ class InterfaceDescriptor {
enum CallDescriptorKey {
+ LoadICCall,
+ StoreICCall,
+ ElementTransitionAndStoreCall,
+ InstanceofCall,
+ VectorLoadICCall,
+ FastNewClosureCall,
+ FastNewContextCall,
+ ToNumberCall,
+ NumberToStringCall,
+ FastCloneShallowArrayCall,
+ FastCloneShallowObjectCall,
+ CreateAllocationSiteCall,
+ CallFunctionCall,
+ CallConstructCall,
+ RegExpConstructResultCall,
+ TransitionElementsKindCall,
+ ArrayConstructorConstantArgCountCall,
+ ArrayConstructorCall,
+ InternalArrayConstructorConstantArgCountCall,
+ InternalArrayConstructorCall,
+ CompareNilCall,
+ ToBooleanCall,
+ BinaryOpCall,
+ BinaryOpWithAllocationSiteCall,
+ StringAddCall,
KeyedCall,
NamedCall,
CallHandler,
@@ -113,6 +138,9 @@ class CallInterfaceDescriptor : public InterfaceDescriptor {
class CallDescriptors {
public:
static void InitializeForIsolate(Isolate* isolate);
+
+ private:
+ static void InitializeForIsolateAllPlatforms(Isolate* isolate);
};
}
} // namespace v8::internal
« no previous file with comments | « src/ic/x64/ic-conventions-x64.cc ('k') | src/interface-descriptors.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698