| Index: runtime/vm/flow_graph_optimizer.h
|
| ===================================================================
|
| --- runtime/vm/flow_graph_optimizer.h (revision 13361)
|
| +++ runtime/vm/flow_graph_optimizer.h (working copy)
|
| @@ -62,6 +62,13 @@
|
|
|
| void InsertConversionsFor(Definition* def);
|
|
|
| + void InsertConversion(Representation from,
|
| + Representation to,
|
| + Instruction* instr,
|
| + Value* use,
|
| + Definition* def,
|
| + Instruction* deopt_target);
|
| +
|
| bool InstanceCallNeedsClassCheck(InstanceCallInstr* call) const;
|
|
|
| void InlineImplicitInstanceGetter(InstanceCallInstr* call);
|
|
|