Chromium Code Reviews| Index: runtime/vm/object.h |
| =================================================================== |
| --- runtime/vm/object.h (revision 40156) |
| +++ runtime/vm/object.h (working copy) |
| @@ -1131,6 +1131,8 @@ |
| } |
| void set_allocation_stub(const Code& value) const; |
| + void DisableAllocationStub() const; |
| + |
| RawArray* constants() const; |
| intptr_t FindInvocationDispatcherFunctionIndex(const Function& needle) const; |