Index: runtime/platform/globals.h |
=================================================================== |
--- runtime/platform/globals.h (revision 39414) |
+++ runtime/platform/globals.h (working copy) |
@@ -298,6 +298,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. |