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 b72a62696bd5457e98b972932f3f0398282cf320..58ffa8f4dc792bbb117c13d6b8b57e1cd1c69a02 100644 |
--- a/runtime/vm/flow_graph_compiler_x64.h |
+++ b/runtime/vm/flow_graph_compiler_x64.h |
@@ -77,6 +77,9 @@ class FlowGraphCompiler : public FlowGraphVisitor { |
#undef DECLARE_VISIT_COMPUTATION |
#undef DECLARE_VISIT_INSTRUCTION |
+ void EmitInstructionPrologue(Instruction* instr); |
+ void LoadInputs(LocationSummary* summary); |
+ |
// Emit code to load a Value into register 'dst'. |
void LoadValue(Register dst, Value* value); |