Home
last modified time | relevance | path

Searched refs:SweepLargeObjects (Results 1 – 6 of 6) sorted by relevance

/art/runtime/gc/collector/
Dsemi_space.h143 void SweepLargeObjects(bool swap_bitmaps) REQUIRES(Locks::heap_bitmap_lock_);
Dmark_sweep.h154 void SweepLargeObjects(bool swap_bitmaps) REQUIRES(Locks::heap_bitmap_lock_);
Dsemi_space.cc668 SweepLargeObjects(swap_bitmaps); in Sweep()
672 void SemiSpace::SweepLargeObjects(bool swap_bitmaps) { in SweepLargeObjects() function in art::gc::collector::SemiSpace
Dconcurrent_copying.h253 void SweepLargeObjects(bool swap_bitmaps)
Dmark_sweep.cc1329 SweepLargeObjects(swap_bitmaps); in Sweep()
1332 void MarkSweep::SweepLargeObjects(bool swap_bitmaps) { in SweepLargeObjects() function in art::gc::collector::MarkSweep
Dconcurrent_copying.cc2407 SweepLargeObjects(swap_bitmaps); in Sweep()
2525 void ConcurrentCopying::SweepLargeObjects(bool swap_bitmaps) { in SweepLargeObjects() function in art::gc::collector::ConcurrentCopying