Home
last modified time | relevance | path

Searched refs:gSeedPage (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/wtf/
DPartitionAlloc.cpp60 PartitionPage PartitionRootBase::gSeedPage; member in WTF::PartitionRootBase
110 PartitionRootBase::gPagedBucket.activePagesHead = &PartitionRootGeneric::gSeedPage; in parititonAllocBaseInit()
132 bucket->activePagesHead = &PartitionRootGeneric::gSeedPage; in partitionBucketInitBase()
419 ASSERT(page != &PartitionRootGeneric::gSeedPage); in partitionPageReset()
441 ASSERT(page != &PartitionRootGeneric::gSeedPage); in partitionPageAllocAndFillFreelist()
511 if (page == &PartitionRootBase::gSeedPage) { in partitionSetNewActivePage()
686 ASSERT(newPage != &PartitionRootGeneric::gSeedPage); in partitionAllocSlowPath()
742 ASSERT(pageToFree != &PartitionRootBase::gSeedPage); in partitionRegisterEmptyPage()
768 ASSERT(page != &PartitionRootGeneric::gSeedPage); in partitionFreeSlowPath()
769 ASSERT(bucket->activePagesHead != &PartitionRootGeneric::gSeedPage); in partitionFreeSlowPath()
[all …]
DPartitionAlloc.h273 static PartitionPage gSeedPage; member
DPartitionAllocTest.cpp111 EXPECT_TRUE(bucket->activePagesHead != &WTF::PartitionRootGeneric::gSeedPage); in GetFullPage()
162 WTF::PartitionPage* seedPage = &WTF::PartitionRootGeneric::gSeedPage; in TEST()