| Index: runtime/vm/flow_graph_optimizer.h
|
| diff --git a/runtime/vm/flow_graph_optimizer.h b/runtime/vm/flow_graph_optimizer.h
|
| index 46111e91835bdeb1c541730f850deef765a7bf53..20cfc67dea1381f96ca5b4e309c6abf91073437c 100644
|
| --- a/runtime/vm/flow_graph_optimizer.h
|
| +++ b/runtime/vm/flow_graph_optimizer.h
|
| @@ -87,6 +87,8 @@ class FlowGraphOptimizer : public FlowGraphVisitor {
|
| bool TryInlineInstanceMethod(InstanceCallInstr* call);
|
| bool TryInlineFloat32x4Method(InstanceCallInstr* call,
|
| MethodRecognizer::Kind recognized_kind);
|
| + bool TryInlineUint32x4Method(InstanceCallInstr* call,
|
| + MethodRecognizer::Kind recognized_kind);
|
| void ReplaceWithInstanceOf(InstanceCallInstr* instr);
|
| void ReplaceWithTypeCast(InstanceCallInstr* instr);
|
|
|
|
|