Chromium Code Reviews| Index: runtime/platform/utils.h |
| diff --git a/runtime/platform/utils.h b/runtime/platform/utils.h |
| index 77363161a5267d621a80d5e1676404d85597e884..89ca3b4ead70d3e2fb5a6bef9d522b7221d348eb 100644 |
| --- a/runtime/platform/utils.h |
| +++ b/runtime/platform/utils.h |
| @@ -79,6 +79,8 @@ class Utils { |
| static uint32_t RoundUpToPowerOfTwo(uint32_t x); |
| static int CountOneBits(uint32_t x); |
| + static int HighestBit(int64_t v); |
| + |
| static int CountTrailingZeros(uword x); |
| // Computes a hash value for the given string. |