Chromium Code Reviews| Index: runtime/vm/flow_graph_compiler_x64.h |
| =================================================================== |
| --- runtime/vm/flow_graph_compiler_x64.h (revision 6659) |
| +++ runtime/vm/flow_graph_compiler_x64.h (working copy) |
| @@ -120,6 +120,11 @@ |
| intptr_t StackSize() const; |
| + bool TryIntrinsify(); |
| + void IntrinsifyGetter(); |
| + void IntrinsifySetter(); |
| + static bool CanOptimize(); |
| + |
| Assembler* assembler_; |
| const ParsedFunction& parsed_function_; |