Searched refs:SweepLargeObjects (Results 1 – 8 of 8) sorted by relevance
112 void SweepLargeObjects(bool swap_bitmaps) REQUIRES(Locks::heap_bitmap_lock_);
143 void SweepLargeObjects(bool swap_bitmaps) REQUIRES(Locks::heap_bitmap_lock_);
533 SweepLargeObjects(swap_bitmaps); in Sweep()536 void MarkCompact::SweepLargeObjects(bool swap_bitmaps) { in SweepLargeObjects() function in art::gc::collector::MarkCompact
161 void SweepLargeObjects(bool swap_bitmaps)
155 void SweepLargeObjects(bool swap_bitmaps) REQUIRES(Locks::heap_bitmap_lock_);
664 SweepLargeObjects(swap_bitmaps); in Sweep()668 void SemiSpace::SweepLargeObjects(bool swap_bitmaps) { in SweepLargeObjects() function in art::gc::collector::SemiSpace
1307 SweepLargeObjects(swap_bitmaps); in Sweep()1310 void MarkSweep::SweepLargeObjects(bool swap_bitmaps) { in SweepLargeObjects() function in art::gc::collector::MarkSweep
1219 SweepLargeObjects(swap_bitmaps); in Sweep()1222 void ConcurrentCopying::SweepLargeObjects(bool swap_bitmaps) { in SweepLargeObjects() function in art::gc::collector::ConcurrentCopying