| Index: runtime/vm/flow_graph_optimizer.h
|
| diff --git a/runtime/vm/flow_graph_optimizer.h b/runtime/vm/flow_graph_optimizer.h
|
| index 838185ca351a67f16cd071c2bf239f311d972796..92da29f9051dc709c8e62fcac0f70ef4a2964c12 100644
|
| --- a/runtime/vm/flow_graph_optimizer.h
|
| +++ b/runtime/vm/flow_graph_optimizer.h
|
| @@ -90,6 +90,7 @@ class FlowGraphOptimizer : public FlowGraphVisitor {
|
| Instruction* deopt_target);
|
|
|
| bool InstanceCallNeedsClassCheck(InstanceCallInstr* call) const;
|
| + bool MethodExtractorNeedsClassCheck(InstanceCallInstr* call) const;
|
|
|
| void InlineImplicitInstanceGetter(InstanceCallInstr* call);
|
| void InlineArrayLengthGetter(InstanceCallInstr* call,
|
|
|