Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/heap/
Dpaged-spaces-inl.h62 page->ForAllFreeListCategories([this](FreeListCategory* category) { in UnlinkFreeListCategories()
70 page->ForAllFreeListCategories([this, &added](FreeListCategory* category) { in RelinkFreeListCategories()
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()
Dfree-list.cc425 ForAllFreeListCategories( in Reset()
436 page->ForAllFreeListCategories([this, &sum](FreeListCategory* category) { in EvictFreeListItems()
445 ForAllFreeListCategories( in RepairLists()
547 ForAllFreeListCategories( in SumFreeLists()
Dspaces.cc103 ForAllFreeListCategories([&sum](FreeListCategory* category) { in AvailableInFreeList()
Dspaces.h284 inline void ForAllFreeListCategories(Callback callback) { in ForAllFreeListCategories() function
Dsweeper.cc613 page->ForAllFreeListCategories([page](FreeListCategory* category) { in PrepareToBeSweptPage()
Dpaged-spaces.cc132 p->ForAllFreeListCategories([this](FreeListCategory* category) { in RefillFreeList()