| Index: runtime/vm/object.h
|
| diff --git a/runtime/vm/object.h b/runtime/vm/object.h
|
| index 3fee9886a10c7f5adb34132937c7b12990025ad2..4faf54604b72ffaf1d56924b0ac92ad546a74fe4 100644
|
| --- a/runtime/vm/object.h
|
| +++ b/runtime/vm/object.h
|
| @@ -2074,6 +2074,7 @@ class ICData : public Object {
|
| bool AllTargetsHaveSameOwner(intptr_t owner_cid) const;
|
| bool AllReceiversAreNumbers() const;
|
| bool HasOneTarget() const;
|
| + bool HasOnlyDispatcherOrImplicitAccessorTargets() const;
|
| bool HasReceiverClassId(intptr_t class_id) const;
|
|
|
| static RawICData* New(const Function& owner,
|
|
|