| Index: runtime/vm/flow_graph_compiler.h
|
| diff --git a/runtime/vm/flow_graph_compiler.h b/runtime/vm/flow_graph_compiler.h
|
| index e770a8bdcdb99d0ec4744b4b695bc643dc2db2ea..d535233ab0d9a5d49f1653abe2d1014baefccc2e 100644
|
| --- a/runtime/vm/flow_graph_compiler.h
|
| +++ b/runtime/vm/flow_graph_compiler.h
|
| @@ -594,6 +594,8 @@ class FlowGraphCompiler : public ValueObject {
|
|
|
| void EmitSourceLine(Instruction* instr);
|
|
|
| + intptr_t GetOptimizationThreshold() const;
|
| +
|
| Isolate* isolate_;
|
| Assembler* assembler_;
|
| const ParsedFunction& parsed_function_;
|
|
|