Chromium Code Reviews| Index: runtime/vm/code_generator.h |
| =================================================================== |
| --- runtime/vm/code_generator.h (revision 32284) |
| +++ runtime/vm/code_generator.h (working copy) |
| @@ -96,7 +96,6 @@ |
| void DeoptimizeAt(const Code& optimized_code, uword pc); |
| void DeoptimizeAll(); |
| -void DeoptimizeIfOwner(const GrowableArray<intptr_t>& classes); |
| double DartModulo(double a, double b); |
| void SinCos(double arg, double* sin_res, double* cos_res); |