| Index: dart/runtime/vm/flow_graph_optimizer.h
|
| ===================================================================
|
| --- dart/runtime/vm/flow_graph_optimizer.h (revision 29808)
|
| +++ dart/runtime/vm/flow_graph_optimizer.h (working copy)
|
| @@ -110,11 +110,11 @@
|
| bool TryInlineInstanceMethod(InstanceCallInstr* call);
|
| bool TryInlineFloat32x4Constructor(StaticCallInstr* call,
|
| MethodRecognizer::Kind recognized_kind);
|
| - bool TryInlineUint32x4Constructor(StaticCallInstr* call,
|
| + bool TryInlineInt32x4Constructor(StaticCallInstr* call,
|
| MethodRecognizer::Kind recognized_kind);
|
| bool TryInlineFloat32x4Method(InstanceCallInstr* call,
|
| MethodRecognizer::Kind recognized_kind);
|
| - bool TryInlineUint32x4Method(InstanceCallInstr* call,
|
| + bool TryInlineInt32x4Method(InstanceCallInstr* call,
|
| MethodRecognizer::Kind recognized_kind);
|
| void ReplaceWithInstanceOf(InstanceCallInstr* instr);
|
| void ReplaceWithTypeCast(InstanceCallInstr* instr);
|
| @@ -187,11 +187,11 @@
|
|
|
| bool InlineFloat32x4Getter(InstanceCallInstr* call,
|
| MethodRecognizer::Kind getter);
|
| - bool InlineUint32x4Getter(InstanceCallInstr* call,
|
| + bool InlineInt32x4Getter(InstanceCallInstr* call,
|
| MethodRecognizer::Kind getter);
|
| bool InlineFloat32x4BinaryOp(InstanceCallInstr* call,
|
| Token::Kind op_kind);
|
| - bool InlineUint32x4BinaryOp(InstanceCallInstr* call,
|
| + bool InlineInt32x4BinaryOp(InstanceCallInstr* call,
|
| Token::Kind op_kind);
|
| void InlineImplicitInstanceGetter(InstanceCallInstr* call);
|
|
|
|
|