Home
last modified time | relevance | path

Searched defs:kAlignmentMask (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/heap/cppgc/
Dobject-allocator.h153 constexpr size_t kAlignmentMask = kAlignment - 1; in AllocateObjectOnSpace() local
/third_party/node/deps/v8/src/heap/
Dbasic-memory-chunk.h130 static const intptr_t kAlignmentMask = kAlignment - 1; variable
/third_party/node/deps/v8/src/api/
Dapi.cc5427 static const uintptr_t kAlignmentMask = sizeof(uintptr_t) - 1; variable