Home
last modified time | relevance | path

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

/art/runtime/gc/collector/
Dmark_compact.h112 void SweepLargeObjects(bool swap_bitmaps) REQUIRES(Locks::heap_bitmap_lock_);
Dsemi_space.h143 void SweepLargeObjects(bool swap_bitmaps) REQUIRES(Locks::heap_bitmap_lock_);
Dmark_compact.cc533 SweepLargeObjects(swap_bitmaps); in Sweep()
536 void MarkCompact::SweepLargeObjects(bool swap_bitmaps) { in SweepLargeObjects() function in art::gc::collector::MarkCompact
Dconcurrent_copying.h161 void SweepLargeObjects(bool swap_bitmaps)
Dmark_sweep.h155 void SweepLargeObjects(bool swap_bitmaps) REQUIRES(Locks::heap_bitmap_lock_);
Dsemi_space.cc664 SweepLargeObjects(swap_bitmaps); in Sweep()
668 void SemiSpace::SweepLargeObjects(bool swap_bitmaps) { in SweepLargeObjects() function in art::gc::collector::SemiSpace
Dmark_sweep.cc1307 SweepLargeObjects(swap_bitmaps); in Sweep()
1310 void MarkSweep::SweepLargeObjects(bool swap_bitmaps) { in SweepLargeObjects() function in art::gc::collector::MarkSweep
Dconcurrent_copying.cc1219 SweepLargeObjects(swap_bitmaps); in Sweep()
1222 void ConcurrentCopying::SweepLargeObjects(bool swap_bitmaps) { in SweepLargeObjects() function in art::gc::collector::ConcurrentCopying