Chromium Code Reviews| Index: runtime/vm/flow_graph_compiler.h |
| =================================================================== |
| --- runtime/vm/flow_graph_compiler.h (revision 39905) |
| +++ runtime/vm/flow_graph_compiler.h (working copy) |
| @@ -271,6 +271,8 @@ |
| static bool SupportsSinCos(); |
| static bool SupportsUnboxedSimd128(); |
| + static intptr_t PlatformBlockedRegisterMask(); |
| + |
| // Accessors. |
| Assembler* assembler() const { return assembler_; } |
| const ParsedFunction& parsed_function() const { return parsed_function_; } |