| Index: runtime/vm/flow_graph_compiler_ia32.h
|
| diff --git a/runtime/vm/flow_graph_compiler_ia32.h b/runtime/vm/flow_graph_compiler_ia32.h
|
| index 4af53ad3b14769ab15ccedf58b1ccb6c5706d77e..f29351c375ce8094bbbd21bb1d696662225098d9 100644
|
| --- a/runtime/vm/flow_graph_compiler_ia32.h
|
| +++ b/runtime/vm/flow_graph_compiler_ia32.h
|
| @@ -141,6 +141,13 @@ class FlowGraphCompiler : public ValueObject {
|
| intptr_t token_pos,
|
| LocationSummary* locs);
|
|
|
| + void EmitMegamorphicInstanceCall(const ICData& ic_data,
|
| + const Array& arguments_descriptor,
|
| + intptr_t argument_count,
|
| + intptr_t deopt_id,
|
| + intptr_t token_pos,
|
| + LocationSummary* locs);
|
| +
|
| void EmitTestAndCall(const ICData& ic_data,
|
| Register class_id_reg,
|
| intptr_t arg_count,
|
|
|