Chromium Code Reviews| Index: vm/ic_data.h |
| =================================================================== |
| --- vm/ic_data.h (revision 834) |
| +++ vm/ic_data.h (working copy) |
| @@ -57,6 +57,8 @@ |
| const GrowableArray<const Class*>& classes, |
| const Function& target); |
| + void GetOneClassCheckAt(intptr_t index, Class* cls, Function* target) const; |
| + |
| void GetCheckAt(intptr_t index, |
| GrowableArray<const Class*>* classes, |
| Function* target) const; |