| Index: runtime/vm/isolate.h
|
| diff --git a/runtime/vm/isolate.h b/runtime/vm/isolate.h
|
| index e0ff67b28196817279625a8f5ca4de1f08172351..ad7c3b4144536eb1189b1dec31243712ab0b55c3 100644
|
| --- a/runtime/vm/isolate.h
|
| +++ b/runtime/vm/isolate.h
|
| @@ -262,6 +262,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.
|
| //
|
|
|