Chromium Code Reviews| Index: runtime/vm/flow_graph_optimizer.h |
| =================================================================== |
| --- runtime/vm/flow_graph_optimizer.h (revision 15197) |
| +++ runtime/vm/flow_graph_optimizer.h (working copy) |
| @@ -68,6 +68,9 @@ |
| bool TryInlineInstanceMethod(InstanceCallInstr* call); |
| + StringCharCodeAtInstr* BuildStringCharCodeAt(InstanceCallInstr* call, |
| + intptr_t cid); |
| + |
| void AddCheckClass(InstanceCallInstr* call, Value* value); |
| void InsertAfter(Instruction* prev, |