| Index: runtime/vm/flow_graph_compiler.h
|
| diff --git a/runtime/vm/flow_graph_compiler.h b/runtime/vm/flow_graph_compiler.h
|
| index 0622f6b79589ccecb2e952e594d6ba3eb8266a11..fe777cfef608b0620595a3094d0a30ded4232436 100644
|
| --- a/runtime/vm/flow_graph_compiler.h
|
| +++ b/runtime/vm/flow_graph_compiler.h
|
| @@ -578,6 +578,10 @@ class FlowGraphCompiler : public ValueObject {
|
| bool EndCodeSourceRange(TokenPosition token_pos);
|
|
|
| #if defined(TARGET_ARCH_DBC)
|
| + void RecordAfterCallHelper(TokenPosition token_pos,
|
| + intptr_t deopt_id,
|
| + intptr_t argument_count,
|
| + LocationSummary* locs);
|
| void RecordAfterCall(Instruction* instr);
|
| #endif
|
|
|
|
|