Chromium Code Reviews| Index: runtime/vm/flow_graph_optimizer.h |
| =================================================================== |
| --- runtime/vm/flow_graph_optimizer.h (revision 20744) |
| +++ runtime/vm/flow_graph_optimizer.h (working copy) |
| @@ -80,6 +80,7 @@ |
| bool TryInlineInstanceMethod(InstanceCallInstr* call); |
| void ReplaceWithInstanceOf(InstanceCallInstr* instr); |
| + void ReplaceWithTypeCast(InstanceCallInstr* instr); |
| LoadIndexedInstr* BuildStringCodeUnitAt(InstanceCallInstr* call, |
| intptr_t cid); |