Index: runtime/platform/globals.h |
=================================================================== |
--- runtime/platform/globals.h (revision 40039) |
+++ runtime/platform/globals.h (working copy) |
@@ -298,6 +298,7 @@ |
// Bit sizes. |
const int kBitsPerByte = 8; |
const int kBitsPerByteLog2 = 3; |
+const int kBitsPerInt32 = kInt32Size * kBitsPerByte; |
const int kBitsPerWord = kWordSize * kBitsPerByte; |
const int kBitsPerWordLog2 = kWordSizeLog2 + kBitsPerByteLog2; |