| Index: runtime/vm/object.h
|
| ===================================================================
|
| --- runtime/vm/object.h (revision 11629)
|
| +++ runtime/vm/object.h (working copy)
|
| @@ -2673,6 +2673,8 @@
|
| static const intptr_t kEntrySize = sizeof(int32_t); // NOLINT
|
|
|
| void set_instructions(RawInstructions* instructions) {
|
| + // RawInstructions are never allocated in New space and hence a
|
| + // store buffer update is not needed here.
|
| raw_ptr()->instructions_ = instructions;
|
| }
|
| void set_pointer_offsets_length(intptr_t value) {
|
|
|