| Index: runtime/vm/flow_graph_compiler_x64.h
|
| diff --git a/runtime/vm/flow_graph_compiler_x64.h b/runtime/vm/flow_graph_compiler_x64.h
|
| index cb6c742ee97df7ea550adf0156e05f8a1aa02903..f62868b67341e59be5a5a123c4193d754c55092f 100644
|
| --- a/runtime/vm/flow_graph_compiler_x64.h
|
| +++ b/runtime/vm/flow_graph_compiler_x64.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,
|
|
|