| Index: runtime/vm/flow_graph_optimizer.h
|
| diff --git a/runtime/vm/flow_graph_optimizer.h b/runtime/vm/flow_graph_optimizer.h
|
| index 4627334d4fb85f9664025ee682c53a525becbef8..7d86ac1abeed0515d3d356778c302235364a39af 100644
|
| --- a/runtime/vm/flow_graph_optimizer.h
|
| +++ b/runtime/vm/flow_graph_optimizer.h
|
| @@ -87,7 +87,8 @@ class FlowGraphOptimizer : public FlowGraphVisitor {
|
| void InlineImplicitInstanceGetter(InstanceCallInstr* call);
|
| void InlineArrayLengthGetter(InstanceCallInstr* call,
|
| intptr_t length_offset,
|
| - bool is_immutable);
|
| + bool is_immutable,
|
| + MethodRecognizer::Kind kind);
|
| void InlineGArrayCapacityGetter(InstanceCallInstr* call);
|
| void InlineStringLengthGetter(InstanceCallInstr* call);
|
| void InlineStringIsEmptyGetter(InstanceCallInstr* call);
|
|
|