HomeSort by relevance Sort by last modified time
    Searched refs:kSuperPageBaseMask (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/wtf/
PartitionAlloc.h 165 static const size_t kSuperPageBaseMask = ~kSuperPageOffsetMask;
393 char* superPagePtr = reinterpret_cast<char*>(pointerAsUint & kSuperPageBaseMask);
415 uintptr_t superPageBase = (pointerAsUint & kSuperPageBaseMask);
PartitionAllocTest.cpp 247 EXPECT_EQ(reinterpret_cast<uintptr_t>(partitionPageToPointer(page)) & WTF::kSuperPageBaseMask, reinterpret_cast<uintptr_t>(partitionPageToPointer(page2)) & WTF::kSuperPageBaseMask);
409 firstSuperPageBase = reinterpret_cast<uintptr_t>(storagePtr) & WTF::kSuperPageBaseMask;
411 uintptr_t secondSuperPageBase = reinterpret_cast<uintptr_t>(storagePtr) & WTF::kSuperPageBaseMask;
    [all...]

Completed in 3603 milliseconds