Chromium Code Reviews| Index: runtime/vm/object.h |
| =================================================================== |
| --- runtime/vm/object.h (revision 17269) |
| +++ runtime/vm/object.h (working copy) |
| @@ -2989,6 +2989,7 @@ |
| bool AllTargetsHaveSameOwner(intptr_t owner_cid) const; |
| bool AllReceiversAreNumbers() const; |
| bool HasOneTarget() const; |
| + bool HasReceiverClassId(intptr_t class_id) const; |
| static RawICData* New(const Function& caller_function, |
| const String& target_name, |