Searched refs:kSuperPageBaseMask (Results 1 – 2 of 2) sorted by relevance
247 …ToPointer(page)) & WTF::kSuperPageBaseMask, reinterpret_cast<uintptr_t>(partitionPageToPointer(pag… in TEST()409 firstSuperPageBase = reinterpret_cast<uintptr_t>(storagePtr) & WTF::kSuperPageBaseMask; in TEST()411 … uintptr_t secondSuperPageBase = reinterpret_cast<uintptr_t>(storagePtr) & WTF::kSuperPageBaseMask; in TEST()977 …ages[0])) & WTF::kSuperPageBaseMask, reinterpret_cast<uintptr_t>(partitionPageToPointer(pageInThir… in TEST()978 …ages[0])) & WTF::kSuperPageBaseMask, reinterpret_cast<uintptr_t>(partitionPageToPointer(pageInThir… in TEST()
165 static const size_t kSuperPageBaseMask = ~kSuperPageOffsetMask; variable393 char* superPagePtr = reinterpret_cast<char*>(pointerAsUint & kSuperPageBaseMask); in partitionPointerToPageNoAlignmentCheck()415 uintptr_t superPageBase = (pointerAsUint & kSuperPageBaseMask); in partitionPageToPointer()