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

/art/runtime/gc/collector/
H A Dmark_compact.cc558 SweepLargeObjects(swap_bitmaps);
561 void MarkCompact::SweepLargeObjects(bool swap_bitmaps) { function in class:art::gc::collector::MarkCompact
H A Dsemi_space.cc681 SweepLargeObjects(swap_bitmaps);
685 void SemiSpace::SweepLargeObjects(bool swap_bitmaps) { function in class:art::gc::collector::SemiSpace
689 TimingLogger::ScopedTiming split("SweepLargeObjects", GetTimings());
H A Dconcurrent_copying.cc1221 SweepLargeObjects(swap_bitmaps);
1224 void ConcurrentCopying::SweepLargeObjects(bool swap_bitmaps) { function in class:art::gc::collector::ConcurrentCopying
1225 TimingLogger::ScopedTiming split("SweepLargeObjects", GetTimings());
H A Dmark_sweep.cc1306 SweepLargeObjects(swap_bitmaps);
1309 void MarkSweep::SweepLargeObjects(bool swap_bitmaps) { function in class:art::gc::collector::MarkSweep

Completed in 56 milliseconds