Searched refs:superPageBase (Results 1 – 2 of 2) sorted by relevance
251 char* superPageBase; member415 uintptr_t superPageBase = (pointerAsUint & kSuperPageBaseMask); in partitionPageToPointer() local416 … void* ret = reinterpret_cast<void*>(superPageBase + (partitionPageIndex << kPartitionPageShift)); in partitionPageToPointer()
262 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()