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