Chromium Code Reviews| Index: runtime/vm/constants_x64.h |
| =================================================================== |
| --- runtime/vm/constants_x64.h (revision 2556) |
| +++ runtime/vm/constants_x64.h (working copy) |
| @@ -135,6 +135,11 @@ |
| DISALLOW_IMPLICIT_CONSTRUCTORS(Instr); |
| }; |
| + |
| +// The largest multibyte nop we will emit. This could go up to 15 if it |
| +// becomes important to us. |
| +const int MAX_NOP_SIZE = 8; |
| + |
| } // namespace dart |
| #endif // VM_CONSTANTS_X64_H_ |