Chromium Code Reviews| Index: runtime/vm/flow_graph_compiler_x64.h |
| =================================================================== |
| --- runtime/vm/flow_graph_compiler_x64.h (revision 12897) |
| +++ runtime/vm/flow_graph_compiler_x64.h (working copy) |
| @@ -32,6 +32,8 @@ |
| ~FlowGraphCompiler(); |
| + static bool SupportsUnboxedMints(); |
| + |
| // Accessors. |
| Assembler* assembler() const { return assembler_; } |
| const ParsedFunction& parsed_function() const { return parsed_function_; } |