Home
last modified time | relevance | path

Searched refs:kUnalignedSize (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/objects/
Dshared-function-info-inl.h64 if (kUnalignedSize < kSize) { in ACCESSORS()
65 memset(reinterpret_cast<void*>(address() + kUnalignedSize), 0, in ACCESSORS()
66 kSize - kUnalignedSize); in ACCESSORS()
Dshared-function-info.h86 V(kUnalignedSize, 0)
91 static const int kSize = POINTER_SIZE_ALIGN(kUnalignedSize);
Dcode.h481 static const int kUnalignedSize = kKindSpecificFlagsOffset + kIntSize; variable
482 static const int kSize = OBJECT_POINTER_ALIGN(kUnalignedSize);
Dcode-inl.h596 memset(reinterpret_cast<void*>(address() + kUnalignedSize), 0, in INT_ACCESSORS()
597 kSize - kUnalignedSize); in INT_ACCESSORS()