Chromium Code Reviews| Index: runtime/vm/intermediate_language.h |
| =================================================================== |
| --- runtime/vm/intermediate_language.h (revision 34916) |
| +++ runtime/vm/intermediate_language.h (working copy) |
| @@ -2980,6 +2980,8 @@ |
| bool HasSingleRecognizedTarget() const; |
| + bool HasSingleDispatcherTarget() const; |
| + |
| virtual intptr_t CallCount() const { return ic_data().AggregateCount(); } |
| DECLARE_INSTRUCTION(PolymorphicInstanceCall) |