Index: runtime/vm/stub_code.h |
=================================================================== |
--- runtime/vm/stub_code.h (revision 39445) |
+++ runtime/vm/stub_code.h (working copy) |
@@ -62,6 +62,7 @@ |
V(ThreeArgsOptimizedCheckInlineCache) \ |
V(ClosureCallInlineCache) \ |
V(ZeroArgsUnoptimizedStaticCall) \ |
+ V(OneArgUnoptimizedStaticCall) \ |
V(TwoArgsUnoptimizedStaticCall) \ |
V(OptimizeFunction) \ |
V(InvokeDartCode) \ |
@@ -162,6 +163,8 @@ |
static RawCode* GetAllocationStubForClass(const Class& cls); |
+ uword UnoptimizedStaticCallEntryPoint(intptr_t num_args_tested); |
+ |
static const intptr_t kNoInstantiator = 0; |
private: |