| Index: runtime/vm/flow_graph_optimizer.h
|
| ===================================================================
|
| --- runtime/vm/flow_graph_optimizer.h (revision 31662)
|
| +++ runtime/vm/flow_graph_optimizer.h (working copy)
|
| @@ -176,12 +176,12 @@
|
| void InsertConversionsFor(Definition* def);
|
|
|
| void ConvertUse(Value* use, Representation from);
|
| + void ConvertEnvironmentUse(Value* use, Representation from);
|
|
|
| void InsertConversion(Representation from,
|
| Representation to,
|
| Value* use,
|
| - Instruction* insert_before,
|
| - Instruction* deopt_target);
|
| + bool is_environment_use);
|
|
|
| bool InstanceCallNeedsClassCheck(InstanceCallInstr* call) const;
|
| bool MethodExtractorNeedsClassCheck(InstanceCallInstr* call) const;
|
|
|