| 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..b1c4397599888230023ae53b1a974fb84d242fc4 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 AddDeoptWithoutStub(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);
|
|
|