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

/external/chromium_org/third_party/WebKit/Source/wtf/
H A DPartitionAlloc.cpp61 PartitionBucket PartitionRootBase::gPagedBucket; member in class:WTF::PartitionRootBase
110 PartitionRootBase::gPagedBucket.activePagesHead = &PartitionRootGeneric::gSeedPage;
218 *bucketPtr++ = &PartitionRootGeneric::gPagedBucket;
233 *bucketPtr = &PartitionRootGeneric::gPagedBucket;
660 ASSERT(bucket == &PartitionRootBase::gPagedBucket);
H A DPartitionAlloc.h274 static PartitionBucket gPagedBucket; member in struct:WTF::PartitionRootBase
603 ASSERT(bucket == &PartitionRootBase::gPagedBucket);

Completed in 446 milliseconds