| Index: runtime/vm/flow_graph_compiler_arm.h
|
| ===================================================================
|
| --- runtime/vm/flow_graph_compiler_arm.h (revision 9119)
|
| +++ runtime/vm/flow_graph_compiler_arm.h (working copy)
|
| @@ -33,9 +33,10 @@
|
|
|
| virtual ~FlowGraphCompiler() { }
|
|
|
| + static bool CanOptimize();
|
| +
|
| void CompileGraph();
|
|
|
| - // Infrastructure copied from class CodeGenerator or stubbed out.
|
| void FinalizePcDescriptors(const Code& code);
|
| void FinalizeStackmaps(const Code& code);
|
| void FinalizeVarDescriptors(const Code& code);
|
|
|