Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/heap/
Dspaces.cc300 MakeIterable(); in CloseAndMakeIterable()
308 void LocalAllocationBuffer::MakeIterable() { in MakeIterable() function in v8::internal::LocalAllocationBuffer
Dsweeper.cc646 MakeIterable(page); in EnsureIterabilityCompleted()
671 sweeper_->MakeIterable(page); in RunInternal()
707 void Sweeper::MakeIterable(Page* page) { in MakeIterable() function in v8::internal::Sweeper
Dconcurrent-allocator.cc100 lab_.MakeIterable(); in MakeLinearAllocationAreaIterable()
Dsweeper.h184 void MakeIterable(Page* page);
Dspaces.h450 void MakeIterable();
Dmark-compact.h873 void MakeIterable(Page* page, FreeSpaceTreatmentMode free_space_mode);
Dmark-compact.cc5350 void MinorMarkCompactCollector::MakeIterable( in MakeIterable() function in v8::internal::MinorMarkCompactCollector
5956 collector_->MakeIterable(static_cast<Page*>(chunk), ZAP_FREE_SPACE); in RawEvacuatePage()
5961 collector_->MakeIterable(static_cast<Page*>(chunk), in RawEvacuatePage()
5974 collector_->MakeIterable(static_cast<Page*>(chunk), ZAP_FREE_SPACE); in RawEvacuatePage()
5979 collector_->MakeIterable(static_cast<Page*>(chunk), IGNORE_FREE_SPACE); in RawEvacuatePage()