Chromium Code Reviews| Index: runtime/vm/object.h |
| =================================================================== |
| --- runtime/vm/object.h (revision 10581) |
| +++ runtime/vm/object.h (working copy) |
| @@ -2847,6 +2847,9 @@ |
| // ICData object containing only unique arg0 checks. |
| RawICData* AsUnaryClassChecks() const; |
| + bool AllTargetsHaveSameOwner(intptr_t owner_cid) const; |
| + bool AllReceiversAreNumbers() const; |
| + |
| static RawICData* New(const Function& caller_function, |
| const String& target_name, |
| intptr_t deopt_id, |