Index: runtime/vm/object.h |
=================================================================== |
--- runtime/vm/object.h (revision 16818) |
+++ runtime/vm/object.h (working copy) |
@@ -2574,6 +2574,8 @@ |
return raw_ptr()->static_calls_target_table_; |
} |
+ RawDeoptInfo* GetDeoptInfoAtPc(uword pc, intptr_t* deopt_reason) const; |
+ |
// Returns null if there is no static call at 'pc'. |
RawFunction* GetStaticCallTargetFunctionAt(uword pc) const; |
// Aborts if there is no static call at 'pc'. |