Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
Djs-array-buffer.h262 STATIC_ASSERT(IsAligned(kByteOffsetOffset, kUIntptrSize));
263 STATIC_ASSERT(IsAligned(kByteLengthOffset, kUIntptrSize));
Dstring.h535 if (static_cast<size_t>(length) >= kUIntptrSize) { in NonOneByteStart()
537 while (!IsAligned(reinterpret_cast<Address>(chars), kUIntptrSize)) { in NonOneByteStart()
/third_party/node/deps/v8/src/heap/
Dheap-write-barrier-inl.h46 static constexpr uintptr_t kHeapOffset = kSizetSize + kUIntptrSize;
/third_party/node/deps/v8/src/common/
Dglobals.h224 constexpr int kUIntptrSize = sizeof(uintptr_t); variable