Searched refs:kUnalignedSize (Results 1 – 4 of 4) sorted by relevance
64 if (kUnalignedSize < kSize) { in ACCESSORS()65 memset(reinterpret_cast<void*>(address() + kUnalignedSize), 0, in ACCESSORS()66 kSize - kUnalignedSize); in ACCESSORS()
86 V(kUnalignedSize, 0)91 static const int kSize = POINTER_SIZE_ALIGN(kUnalignedSize);
481 static const int kUnalignedSize = kKindSpecificFlagsOffset + kIntSize; variable482 static const int kSize = OBJECT_POINTER_ALIGN(kUnalignedSize);
596 memset(reinterpret_cast<void*>(address() + kUnalignedSize), 0, in INT_ACCESSORS()597 kSize - kUnalignedSize); in INT_ACCESSORS()