Home
last modified time | relevance | path

Searched refs:kSuperPageBaseMask (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/wtf/
DPartitionAllocTest.cpp247 …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()
DPartitionAlloc.h165 static const size_t kSuperPageBaseMask = ~kSuperPageOffsetMask; variable
393 char* superPagePtr = reinterpret_cast<char*>(pointerAsUint & kSuperPageBaseMask); in partitionPointerToPageNoAlignmentCheck()
415 uintptr_t superPageBase = (pointerAsUint & kSuperPageBaseMask); in partitionPageToPointer()