Searched defs:SweepLargeObjects (Results 1 - 4 of 4) sorted by relevance

/art/runtime/gc/collector/
H A Dmark_compact.cc581 SweepLargeObjects(swap_bitmaps);
584 void MarkCompact::SweepLargeObjects(bool swap_bitmaps) { function in class:art::gc::collector::MarkCompact
H A Dsemi_space.cc675 SweepLargeObjects(swap_bitmaps);
679 void SemiSpace::SweepLargeObjects(bool swap_bitmaps) { function in class:art::gc::collector::SemiSpace
683 TimingLogger::ScopedTiming split("SweepLargeObjects", GetTimings());
H A Dconcurrent_copying.cc803 SweepLargeObjects(swap_bitmaps);
806 void ConcurrentCopying::SweepLargeObjects(bool swap_bitmaps) { function in class:art::gc::collector::ConcurrentCopying
807 TimingLogger::ScopedTiming split("SweepLargeObjects", GetTimings());
H A Dmark_sweep.cc1236 SweepLargeObjects(swap_bitmaps);
1239 void MarkSweep::SweepLargeObjects(bool swap_bitmaps) { function in class:art::gc::collector::MarkSweep

Completed in 58 milliseconds