Index: runtime/vm/flow_graph_compiler.h |
diff --git a/runtime/vm/flow_graph_compiler.h b/runtime/vm/flow_graph_compiler.h |
index e728582f8b00578bba876760ca71d717eacf2943..7791ec2af2db55103cdb6c45d5819083c0fa2f7f 100644 |
--- a/runtime/vm/flow_graph_compiler.h |
+++ b/runtime/vm/flow_graph_compiler.h |
@@ -623,6 +623,8 @@ class FlowGraphCompiler : public ValueObject { |
void RecordAfterCall(Instruction* instr); |
#endif |
+ void AddStaticCallTarget(const Function& function); |
+ |
private: |
friend class CheckStackOverflowSlowPath; // For pending_deoptimization_env_. |
@@ -630,8 +632,6 @@ class FlowGraphCompiler : public ValueObject { |
void EmitFrameEntry(); |
- void AddStaticCallTarget(const Function& function); |
- |
void GenerateDeferredCode(); |
void EmitInstructionPrologue(Instruction* instr); |