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

/external/chromium_org/third_party/WebKit/Source/wtf/
H A DPartitionAlloc.h251 char* superPageBase; member in struct:WTF::PartitionSuperPageExtentEntry
415 uintptr_t superPageBase = (pointerAsUint & kSuperPageBaseMask);
416 void* ret = reinterpret_cast<void*>(superPageBase + (partitionPageIndex << kPartitionPageShift));
H A DPartitionAlloc.cpp262 char* superPage = entry->superPageBase;
381 ASSERT(currentExtent->superPageBase);
386 currentExtent->superPageBase = superPage;
391 ASSERT(ret >= currentExtent->superPageBase && ret < currentExtent->superPagesEnd);

Completed in 723 milliseconds