Chromium Code Reviews| Index: runtime/vm/code_generator.h |
| =================================================================== |
| --- runtime/vm/code_generator.h (revision 30802) |
| +++ runtime/vm/code_generator.h (working copy) |
| @@ -102,6 +102,7 @@ |
| void DeoptimizeIfOwner(const GrowableArray<intptr_t>& classes); |
| double DartModulo(double a, double b); |
| +void SinCos(double arg, double* sin_res, double* cos_res); |
| } // namespace dart |