| Index: runtime/vm/flow_graph_compiler.h
|
| diff --git a/runtime/vm/flow_graph_compiler.h b/runtime/vm/flow_graph_compiler.h
|
| index a94eaa6fc06f60944bf4a2d55a0806f36ba7ca78..e728582f8b00578bba876760ca71d717eacf2943 100644
|
| --- a/runtime/vm/flow_graph_compiler.h
|
| +++ b/runtime/vm/flow_graph_compiler.h
|
| @@ -528,6 +528,12 @@ class FlowGraphCompiler : public ValueObject {
|
| ICData::DeoptReasonId reason,
|
| uint32_t flags = 0);
|
|
|
| +#if defined(TARGET_ARCH_DBC)
|
| + void EmitDeopt(intptr_t deopt_id,
|
| + ICData::DeoptReasonId reason,
|
| + uint32_t flags = 0);
|
| +#endif // defined(TARGET_ARCH_DBC)
|
| +
|
| void AddDeoptIndexAtCall(intptr_t deopt_id, TokenPosition token_pos);
|
|
|
| void AddSlowPathCode(SlowPathCode* slow_path);
|
|
|