| Index: dart/runtime/vm/stub_code.h
|
| ===================================================================
|
| --- dart/runtime/vm/stub_code.h (revision 35529)
|
| +++ dart/runtime/vm/stub_code.h (working copy)
|
| @@ -52,7 +52,6 @@
|
| // List of stubs created per isolate, these stubs could potentially contain
|
| // embedded objects and hence cannot be shared across isolates.
|
| #define STUB_CODE_LIST(V) \
|
| - V(InvokeDartCode) \
|
| V(AllocateContext) \
|
| V(UpdateStoreBuffer) \
|
| V(OneArgCheckInlineCache) \
|
| @@ -66,6 +65,7 @@
|
| V(ZeroArgsUnoptimizedStaticCall) \
|
| V(TwoArgsUnoptimizedStaticCall) \
|
| V(OptimizeFunction) \
|
| + V(InvokeDartCode) \
|
|
|
| // class StubEntry is used to describe stub methods generated in dart to
|
| // abstract out common code executed from generated dart code.
|
|
|