| Index: runtime/vm/flow_graph_optimizer.h
|
| diff --git a/runtime/vm/flow_graph_optimizer.h b/runtime/vm/flow_graph_optimizer.h
|
| index 80c8e7f26f1de56d39c36290c19983e158241d29..4bc64c3a4e06549160161d6ab12e17e6eeb8e04f 100644
|
| --- a/runtime/vm/flow_graph_optimizer.h
|
| +++ b/runtime/vm/flow_graph_optimizer.h
|
| @@ -132,6 +132,9 @@ class FlowGraphOptimizer : public FlowGraphVisitor {
|
| bool InstanceCallNeedsClassCheck(InstanceCallInstr* call) const;
|
| bool MethodExtractorNeedsClassCheck(InstanceCallInstr* call) const;
|
|
|
| + bool InlineFloat32x4Getter(InstanceCallInstr* call,
|
| + MethodRecognizer::Kind getter);
|
| +
|
| void InlineImplicitInstanceGetter(InstanceCallInstr* call);
|
| void InlineArrayLengthGetter(InstanceCallInstr* call,
|
| intptr_t length_offset,
|
|
|