Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/wtf/
DPartitionAlloc.h251 char* superPageBase; member
415 uintptr_t superPageBase = (pointerAsUint & kSuperPageBaseMask); in partitionPageToPointer() local
416 … void* ret = reinterpret_cast<void*>(superPageBase + (partitionPageIndex << kPartitionPageShift)); in partitionPageToPointer()
DPartitionAlloc.cpp262 char* superPage = entry->superPageBase; in partitionAllocBaseShutdown()
381 ASSERT(currentExtent->superPageBase); in partitionAllocPartitionPages()
386 currentExtent->superPageBase = superPage; in partitionAllocPartitionPages()
391 ASSERT(ret >= currentExtent->superPageBase && ret < currentExtent->superPagesEnd); in partitionAllocPartitionPages()