Index: runtime/platform/globals.h |
=================================================================== |
--- runtime/platform/globals.h (revision 37878) |
+++ runtime/platform/globals.h (working copy) |
@@ -297,6 +297,7 @@ |
// Bit sizes. |
const int kBitsPerByte = 8; |
const int kBitsPerByteLog2 = 3; |
+const int kBitsPerInt32 = sizeof(int32_t) * kBitsPerByte; |
const int kBitsPerWord = kWordSize * kBitsPerByte; |
// System-wide named constants. |