Chromium Code Reviews| Index: runtime/vm/flow_graph_optimizer.h |
| =================================================================== |
| --- runtime/vm/flow_graph_optimizer.h (revision 16586) |
| +++ runtime/vm/flow_graph_optimizer.h (working copy) |
| @@ -68,6 +68,7 @@ |
| const ICData& unary_ic_data); |
| bool TryInlineInstanceMethod(InstanceCallInstr* call); |
| + void ReplaceWithInstanceOf(InstanceCallInstr* instr); |
| StringCharCodeAtInstr* BuildStringCharCodeAt(InstanceCallInstr* call, |
| intptr_t cid); |