Chromium Code Reviews| Index: runtime/vm/native_arguments.h |
| diff --git a/runtime/vm/native_arguments.h b/runtime/vm/native_arguments.h |
| index 3f4aac383991f297b6508838d6b2ecd516e7d56c..938ad803796f76e66ac9f0e34618c41a4723cc6f 100644 |
| --- a/runtime/vm/native_arguments.h |
| +++ b/runtime/vm/native_arguments.h |
| @@ -51,7 +51,7 @@ class Simulator; |
| } |
| #define DEOPTIMIZE_ALOT \ |
| if (FLAG_deoptimize_alot) { \ |
| - DeoptimizeAll(); \ |
| + DeoptimizeFunctionsOnStack(); \ |
| } |
| #else |