| Index: runtime/vm/stub_code.h
|
| diff --git a/runtime/vm/stub_code.h b/runtime/vm/stub_code.h
|
| index bc3f46975435c21c049aa59b7761b00bc1832390..cdd7971d19c0deba82bbbd37f1b4e69b2b025895 100644
|
| --- a/runtime/vm/stub_code.h
|
| +++ b/runtime/vm/stub_code.h
|
| @@ -116,6 +116,8 @@ class StubCode {
|
| // transitioning into dart code.
|
| static bool InInvocationStub(uword pc);
|
|
|
| + static bool InInvocationStubForIsolate(Isolate* isolate, uword pc);
|
| +
|
| // Returns NULL if no stub found.
|
| static const char* NameOfStub(uword entry_point);
|
|
|
|
|