| Index: runtime/vm/flow_graph_optimizer.h
|
| ===================================================================
|
| --- runtime/vm/flow_graph_optimizer.h (revision 39244)
|
| +++ runtime/vm/flow_graph_optimizer.h (working copy)
|
| @@ -215,8 +215,8 @@
|
| Value* use,
|
| bool is_environment_use);
|
|
|
| - bool InstanceCallNeedsClassCheck(InstanceCallInstr* call) const;
|
| - bool MethodExtractorNeedsClassCheck(InstanceCallInstr* call) const;
|
| + bool InstanceCallNeedsClassCheck(InstanceCallInstr* call,
|
| + RawFunction::Kind kind) const;
|
|
|
| bool InlineFloat32x4Getter(InstanceCallInstr* call,
|
| MethodRecognizer::Kind getter);
|
|
|