Index: runtime/vm/flow_graph_compiler_x64.h |
=================================================================== |
--- runtime/vm/flow_graph_compiler_x64.h (revision 8921) |
+++ runtime/vm/flow_graph_compiler_x64.h (working copy) |
@@ -134,6 +134,15 @@ |
intptr_t argument_count); |
void EmitLoadIndexedGeneric(LoadIndexedComp* comp); |
+ void EmitTestAndCall(const ICData& ic_data, |
+ Register class_id_reg, |
+ intptr_t arg_count, |
+ const Array& arg_names, |
+ Label* deopt, |
+ Label* done, |
+ intptr_t cid, |
+ intptr_t token_index, |
+ intptr_t try_index); |
intptr_t StackSize() const; |