| Index: runtime/vm/object.h
|
| ===================================================================
|
| --- runtime/vm/object.h (revision 13424)
|
| +++ runtime/vm/object.h (working copy)
|
| @@ -2796,8 +2796,10 @@
|
| void set_num_args_tested(intptr_t value) const;
|
| void set_ic_data(const Array& value) const;
|
|
|
| +#if defined(DEBUG)
|
| // Used in asserts to verify that a check is not added twice.
|
| bool HasCheck(const GrowableArray<intptr_t>& cids) const;
|
| +#endif // DEBUG
|
|
|
| intptr_t TestEntryLength() const;
|
| void WriteSentinel() const;
|
|
|