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