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

  /external/chromium_org/third_party/WebKit/Source/wtf/
PageAllocator.h 43 static const size_t kSuperPageBaseMask = ~kSuperPageOffsetMask;
PageAllocator.cpp 154 random &= (0x3ffffffffffUL & kSuperPageBaseMask);
157 random &= (0x3fffffffffffUL & kSuperPageBaseMask);
162 random &= (0x3fffffff & kSuperPageBaseMask);
PartitionAllocTest.cpp 347 firstSuperPageBase = (reinterpret_cast<uintptr_t>(pages[i]) & WTF::kSuperPageBaseMask);
349 uintptr_t secondSuperPageBase = reinterpret_cast<uintptr_t>(pages[i]) & WTF::kSuperPageBaseMask;
PartitionAlloc.cpp 81 PartitionPageHeader* superPage = reinterpret_cast<PartitionPageHeader*>(reinterpret_cast<uintptr_t>(partitionPage) & kSuperPageBaseMask);

Completed in 28 milliseconds