Chromium Code Reviews| Index: runtime/vm/flow_graph_compiler_x64.h |
| =================================================================== |
| --- runtime/vm/flow_graph_compiler_x64.h (revision 8696) |
| +++ runtime/vm/flow_graph_compiler_x64.h (working copy) |
| @@ -113,6 +113,8 @@ |
| intptr_t argument_count, |
| const Array& argument_names); |
| + virtual void GenerateInlinedMathSqrt(Label* done); |
| + |
| void GenerateNumberTypeCheck(Register kClassIdReg, |
| const AbstractType& type, |
| Label* is_instance_lbl, |