Chromium Code Reviews| Index: runtime/vm/object.h |
| =================================================================== |
| --- runtime/vm/object.h (revision 23598) |
| +++ runtime/vm/object.h (working copy) |
| @@ -2991,6 +2991,7 @@ |
| *PointerOffsetAddrAt(index) = offset_in_instructions; |
| } |
| + intptr_t BinarySearchInSCallTable(uword pc) const; |
| // New is a private method as RawInstruction and RawCode objects should |
| // only be created using the Code::FinalizeCode method. This method creates |