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