Chromium Code Reviews| Index: runtime/vm/object.h | 
| =================================================================== | 
| --- runtime/vm/object.h (revision 16999) | 
| +++ runtime/vm/object.h (working copy) | 
| @@ -2582,6 +2582,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'. |