| Index: runtime/vm/stub_code.h
|
| diff --git a/runtime/vm/stub_code.h b/runtime/vm/stub_code.h
|
| index 67e022db9c1635b28f6271b87e3d160a47d63130..f74cf8a919cbc9b3b5c8fcf1e4dcadf1651ce7e7 100644
|
| --- a/runtime/vm/stub_code.h
|
| +++ b/runtime/vm/stub_code.h
|
| @@ -22,6 +22,7 @@ class RawCode;
|
| #define VM_STUB_CODE_LIST(V) \
|
| V(GetStackPointer) \
|
| V(JumpToExceptionHandler) \
|
| + V(UpdateStoreBuffer) \
|
|
|
| // Is it permitted for the stubs above to refer to Object::null(), which is
|
| // allocated in the VM isolate and shared across all isolates.
|
| @@ -47,7 +48,6 @@ class RawCode;
|
| V(FixAllocateArrayStubTarget) \
|
| V(CallClosureNoSuchMethod) \
|
| V(AllocateContext) \
|
| - V(UpdateStoreBuffer) \
|
| V(OneArgCheckInlineCache) \
|
| V(TwoArgsCheckInlineCache) \
|
| V(SmiAddInlineCache) \
|
|
|