Chromium Code Reviews| Index: runtime/vm/object.h |
| =================================================================== |
| --- runtime/vm/object.h (revision 8997) |
| +++ runtime/vm/object.h (working copy) |
| @@ -2598,6 +2598,7 @@ |
| intptr_t GetReceiverClassIdAt(intptr_t index) const; |
| RawFunction* GetTargetAt(intptr_t index) const; |
| + RawFunction* GetTargetForReceiverClassId(intptr_t class_id) const; |
| static RawICData* New(const Function& caller_function, |
| const String& target_name, |