Chromium Code Reviews| Index: runtime/vm/code_generator_arm.h |
| =================================================================== |
| --- runtime/vm/code_generator_arm.h (revision 4582) |
| +++ runtime/vm/code_generator_arm.h (working copy) |
| @@ -47,6 +47,9 @@ |
| int num_arguments, |
| const Array& optional_arguments_names); |
| + // Return true if the VM may optimize functions. |
| + static bool CanOptimize(); |
| + |
| private: |
| // Forward declarations. |
| class DescriptorList; |