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