| Index: runtime/vm/flow_graph_compiler_ia32.h
|
| ===================================================================
|
| --- runtime/vm/flow_graph_compiler_ia32.h (revision 14215)
|
| +++ runtime/vm/flow_graph_compiler_ia32.h (working copy)
|
| @@ -102,14 +102,12 @@
|
| bool negate_result,
|
| LocationSummary* locs);
|
|
|
| - // Returns ICData used in the instance call.
|
| - const ICData& GenerateInstanceCall(intptr_t deopt_id,
|
| - intptr_t token_pos,
|
| - const String& function_name,
|
| - intptr_t argument_count,
|
| - const Array& argument_names,
|
| - intptr_t checked_argument_count,
|
| - LocationSummary* locs);
|
| + void GenerateInstanceCall(intptr_t deopt_id,
|
| + intptr_t token_pos,
|
| + intptr_t argument_count,
|
| + const Array& argument_names,
|
| + LocationSummary* locs,
|
| + const ICData& ic_data);
|
|
|
| void GenerateStaticCall(intptr_t deopt_id,
|
| intptr_t token_pos,
|
|
|