| Index: vm/stub_code.h
|
| ===================================================================
|
| --- vm/stub_code.h (revision 2318)
|
| +++ vm/stub_code.h (working copy)
|
| @@ -46,7 +46,8 @@
|
| #define STUB_CODE_LIST(V) \
|
| V(InvokeDartCode) \
|
| V(AllocateContext) \
|
| - V(InlineCache) \
|
| + V(OneArgCheckInlineCache) \
|
| + V(TwoArgsCheckInlineCache) \
|
| V(BreakpointDynamic) \
|
|
|
|
|
| @@ -173,6 +174,8 @@
|
| const Class& cls);
|
| static void GenerateAllocationStubForClosure(Assembler* assembler,
|
| const Function& func);
|
| + static void GenerateNArgsCheckInlineCacheStub(Assembler* assembler,
|
| + intptr_t num_args);
|
| };
|
|
|
| } // namespace dart
|
|
|