| Index: runtime/vm/aot_optimizer.h
|
| diff --git a/runtime/vm/aot_optimizer.h b/runtime/vm/aot_optimizer.h
|
| index 6c4586e30bd46878a297140e50db8b001a502d93..a497b07b999bd5fb2eb25dcaa6d3d4ca5c70d8bd 100644
|
| --- a/runtime/vm/aot_optimizer.h
|
| +++ b/runtime/vm/aot_optimizer.h
|
| @@ -78,18 +78,6 @@ class AotOptimizer : public FlowGraphVisitor {
|
| const ICData& unary_ic_data);
|
|
|
| bool TryInlineInstanceMethod(InstanceCallInstr* call);
|
| - bool TryInlineFloat32x4Constructor(StaticCallInstr* call,
|
| - MethodRecognizer::Kind recognized_kind);
|
| - bool TryInlineFloat64x2Constructor(StaticCallInstr* call,
|
| - MethodRecognizer::Kind recognized_kind);
|
| - bool TryInlineInt32x4Constructor(StaticCallInstr* call,
|
| - MethodRecognizer::Kind recognized_kind);
|
| - bool TryInlineFloat32x4Method(InstanceCallInstr* call,
|
| - MethodRecognizer::Kind recognized_kind);
|
| - bool TryInlineFloat64x2Method(InstanceCallInstr* call,
|
| - MethodRecognizer::Kind recognized_kind);
|
| - bool TryInlineInt32x4Method(InstanceCallInstr* call,
|
| - MethodRecognizer::Kind recognized_kind);
|
| void ReplaceWithInstanceOf(InstanceCallInstr* instr);
|
| bool TypeCheckAsClassEquality(const AbstractType& type);
|
| void ReplaceWithTypeCast(InstanceCallInstr* instr);
|
|
|