| Index: runtime/vm/flow_graph_compiler.h
|
| diff --git a/runtime/vm/flow_graph_compiler.h b/runtime/vm/flow_graph_compiler.h
|
| index 278f9bbea798929e411d2212e962f372bea9c40a..e9a14760b46cc7e6e2b96b9c3b0a15689de283fb 100644
|
| --- a/runtime/vm/flow_graph_compiler.h
|
| +++ b/runtime/vm/flow_graph_compiler.h
|
| @@ -269,6 +269,8 @@ class FlowGraphCompiler : public ValueObject {
|
| bool CanOSRFunction() const;
|
| bool is_optimizing() const { return is_optimizing_; }
|
|
|
| + bool ShouldDeoptimizeFunction() const;
|
| +
|
| const GrowableArray<BlockInfo*>& block_info() const { return block_info_; }
|
| ParallelMoveResolver* parallel_move_resolver() {
|
| return ¶llel_move_resolver_;
|
|
|