Chromium Code Reviews| Index: runtime/vm/object.h |
| =================================================================== |
| --- runtime/vm/object.h (revision 16232) |
| +++ runtime/vm/object.h (working copy) |
| @@ -2915,6 +2915,7 @@ |
| RawFunction* GetTargetForReceiverClassId(intptr_t class_id) const; |
| intptr_t GetCountAt(intptr_t index) const; |
| + intptr_t AggregateCount() const; |
| // Returns this->raw() if num_args_tested == 1 and arg_nr == 1, otherwise |
| // returns a new ICData object containing only unique arg_nr checks. |