| Index: runtime/vm/stub_code.h
|
| diff --git a/runtime/vm/stub_code.h b/runtime/vm/stub_code.h
|
| index 1bfcda7da04173ff9d0f6d94a178cd1024b25cd8..5eef8d110db969acf469f6fd5327f54606cd81c2 100644
|
| --- a/runtime/vm/stub_code.h
|
| +++ b/runtime/vm/stub_code.h
|
| @@ -41,6 +41,8 @@ class RawCode;
|
| V(OptimizedIdenticalWithNumberCheck) \
|
| V(ICCallBreakpoint) \
|
| V(RuntimeCallBreakpoint) \
|
| + V(AllocateArray) \
|
| + V(AllocateContext) \
|
| V(OneArgCheckInlineCache) \
|
| V(TwoArgsCheckInlineCache) \
|
| V(SmiAddInlineCache) \
|
| @@ -56,8 +58,6 @@ class RawCode;
|
| V(Subtype1TestCache) \
|
| V(Subtype2TestCache) \
|
| V(Subtype3TestCache) \
|
| - V(AllocateContext) \
|
| - V(AllocateArray) \
|
| V(CallClosureNoSuchMethod)
|
|
|
| // Is it permitted for the stubs above to refer to Object::null(), which is
|
|
|