| Index: runtime/vm/flow_graph_compiler_x64.cc
|
| diff --git a/runtime/vm/flow_graph_compiler_x64.cc b/runtime/vm/flow_graph_compiler_x64.cc
|
| index 301de202ed5668fdba921955eba1373af9c7e221..c66127119231b2416a47ae6e8ff2cad98273d00e 100644
|
| --- a/runtime/vm/flow_graph_compiler_x64.cc
|
| +++ b/runtime/vm/flow_graph_compiler_x64.cc
|
| @@ -1377,7 +1377,7 @@ void FlowGraphCompiler::EmitSwitchableInstanceCall(
|
| __ movq(RDI, Address(RSP, (argument_count - 1) * kWordSize));
|
| if (ic_data.NumArgsTested() == 1) {
|
| __ LoadUniqueObject(RBX, ic_data);
|
| - __ CallPatchable(*StubCode::ICLookup_entry());
|
| + __ CallPatchable(*StubCode::ICLookupThroughFunction_entry());
|
| } else {
|
| const String& name = String::Handle(zone(), ic_data.target_name());
|
| const Array& arguments_descriptor =
|
|
|