Index: runtime/vm/stub_code.h |
diff --git a/runtime/vm/stub_code.h b/runtime/vm/stub_code.h |
index 26494751b3ed96772fdadb4d0e661420f0e3700b..7fb793b906aa7e7f7e8c3f7d6b5780e6784e1145 100644 |
--- a/runtime/vm/stub_code.h |
+++ b/runtime/vm/stub_code.h |
@@ -120,6 +120,9 @@ class StubCode { |
static bool InInvocationStubForIsolate(Isolate* isolate, uword pc); |
+ // Check if the specified pc is in the jump to exception handler stub. |
+ static bool InJumpToExceptionHandlerStub(uword pc); |
+ |
// Returns NULL if no stub found. |
static const char* NameOfStub(uword entry_point); |