Chromium Code Reviews| Index: runtime/vm/constants_x64.h |
| diff --git a/runtime/vm/constants_x64.h b/runtime/vm/constants_x64.h |
| index 2cbb7e77df2a34b62b172a68824989bf2b6e6b18..a3435436fee8df0326936880fdfbc2b39ce429f8 100644 |
| --- a/runtime/vm/constants_x64.h |
| +++ b/runtime/vm/constants_x64.h |
| @@ -108,6 +108,7 @@ enum ScaleFactor { |
| TIMES_2 = 1, |
| TIMES_4 = 2, |
| TIMES_8 = 3, |
| + TIMES_16 = 4, |
| TIMES_HALF_WORD_SIZE = kWordSizeLog2 - 1 |
| }; |