Index: runtime/vm/flow_graph_compiler.h |
diff --git a/runtime/vm/flow_graph_compiler.h b/runtime/vm/flow_graph_compiler.h |
index f7aa76e34b61d56dd0b2e909eea6800280beeb11..a94eaa6fc06f60944bf4a2d55a0806f36ba7ca78 100644 |
--- a/runtime/vm/flow_graph_compiler.h |
+++ b/runtime/vm/flow_graph_compiler.h |
@@ -613,6 +613,10 @@ class FlowGraphCompiler : public ValueObject { |
void BeginCodeSourceRange(); |
bool EndCodeSourceRange(TokenPosition token_pos); |
+#if defined(TARGET_ARCH_DBC) |
+ void RecordAfterCall(Instruction* instr); |
+#endif |
+ |
private: |
friend class CheckStackOverflowSlowPath; // For pending_deoptimization_env_. |