| Index: runtime/vm/isolate.h
|
| diff --git a/runtime/vm/isolate.h b/runtime/vm/isolate.h
|
| index 28da052f329ffc16914b6e238f39bfe6f65d2376..0afc840e6a34e8c2b52512e7833a2ad668e7e107 100644
|
| --- a/runtime/vm/isolate.h
|
| +++ b/runtime/vm/isolate.h
|
| @@ -261,6 +261,9 @@ class Isolate : public BaseIsolate {
|
| // TODO(koda): Move to Thread.
|
| static uword GetCurrentStackPointer();
|
|
|
| + void SetupInstructionsSnapshotPage(
|
| + const uint8_t* instructions_snapshot_buffer);
|
| +
|
| // Returns true if any of the interrupts specified by 'interrupt_bits' are
|
| // currently scheduled for this isolate, but leaves them unchanged.
|
| //
|
|
|