| Index: runtime/vm/stub_code.h
|
| diff --git a/runtime/vm/stub_code.h b/runtime/vm/stub_code.h
|
| index e7da564b6b3ef075741fac31bf34b9cadb0b480b..bad4a86091688e3d311db669cd71d8928177b246 100644
|
| --- a/runtime/vm/stub_code.h
|
| +++ b/runtime/vm/stub_code.h
|
| @@ -109,6 +109,9 @@ class StubCode : public AllStatic {
|
|
|
| static void VisitObjectPointers(ObjectPointerVisitor* visitor);
|
|
|
| + // Returns true if stub code has been initialized.
|
| + static bool HasBeenInitialized();
|
| +
|
| // Check if specified pc is in the dart invocation stub used for
|
| // transitioning into dart code.
|
| static bool InInvocationStub(uword pc);
|
|
|