Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dspaces-inl.h153 page->ForAllFreeListCategories([this](FreeListCategory* category) { in UnlinkFreeListCategories()
163 page->ForAllFreeListCategories([this, &added](FreeListCategory* category) { in RelinkFreeListCategories()
Dspaces.h817 inline void ForAllFreeListCategories(Callback callback) { in ForAllFreeListCategories() function
1858 ForAllFreeListCategories( in ResetStats()
1865 ForAllFreeListCategories([&available](FreeListCategory* category) { in Available()
1873 ForAllFreeListCategories([&empty](FreeListCategory* category) { in IsEmpty()
1888 void ForAllFreeListCategories(FreeListCategoryType type, Callback callback) { in ForAllFreeListCategories() function
1898 void ForAllFreeListCategories(Callback callback) { in ForAllFreeListCategories() function
1900 ForAllFreeListCategories(static_cast<FreeListCategoryType>(i), callback); in ForAllFreeListCategories()
Dspaces.cc989 ForAllFreeListCategories([&sum](FreeListCategory* category) { in AllocateChunk()
2946 ForAllFreeListCategories( in AllocateChunk()
3055 page->ForAllFreeListCategories([this, &sum](FreeListCategory* category) { in AllocateChunk()
3066 page->ForAllFreeListCategories( in AllocateChunk()
3076 ForAllFreeListCategories( in AllocateChunk()
3169 ForAllFreeListCategories( in AllocateChunk()
Dsweeper.cc477 page->ForAllFreeListCategories( in PrepareToBeSweptPage()