Home
last modified time | relevance | path

Searched refs:ForAllFreeListCategories (Results 1 – 7 of 7) sorted by relevance

/external/v8/src/heap/
Dfree-list.h166 ForAllFreeListCategories([&empty](FreeListCategory* category) { in IsEmpty()
183 void ForAllFreeListCategories(FreeListCategoryType type, Callback callback) { in ForAllFreeListCategories() function
193 void ForAllFreeListCategories(Callback callback) { in ForAllFreeListCategories() function
195 ForAllFreeListCategories(static_cast<FreeListCategoryType>(i), callback); in ForAllFreeListCategories()
Dpaged-spaces-inl.h63 page->ForAllFreeListCategories([this](FreeListCategory* category) { in UnlinkFreeListCategories()
71 page->ForAllFreeListCategories([this, &added](FreeListCategory* category) { in RelinkFreeListCategories()
Dfree-list.cc424 ForAllFreeListCategories( in Reset()
435 page->ForAllFreeListCategories([this, &sum](FreeListCategory* category) { in EvictFreeListItems()
444 ForAllFreeListCategories( in RepairLists()
545 ForAllFreeListCategories( in SumFreeLists()
Dspaces.cc120 ForAllFreeListCategories([&sum](FreeListCategory* category) { in AvailableInFreeList()
Dspaces.h264 inline void ForAllFreeListCategories(Callback callback) { in ForAllFreeListCategories() function
Dsweeper.cc558 page->ForAllFreeListCategories([page](FreeListCategory* category) { in PrepareToBeSweptPage()
Dpaged-spaces.cc118 p->ForAllFreeListCategories([this](FreeListCategory* category) { in RefillFreeList()