Searched refs:SweepLargeObjects (Results 1 – 8 of 8) sorted by relevance
143 void SweepLargeObjects(bool swap_bitmaps) REQUIRES(Locks::heap_bitmap_lock_);
526 SweepLargeObjects(swap_bitmaps); in Sweep()529 void SemiSpace::SweepLargeObjects(bool swap_bitmaps) { in SweepLargeObjects() function in art::gc::collector::SemiSpace
154 void SweepLargeObjects(bool swap_bitmaps) REQUIRES(Locks::heap_bitmap_lock_);
268 void SweepLargeObjects(bool swap_bitmaps)
451 void SweepLargeObjects(bool swap_bitmaps) REQUIRES_SHARED(Locks::mutator_lock_)
1332 SweepLargeObjects(swap_bitmaps); in Sweep()1335 void MarkSweep::SweepLargeObjects(bool swap_bitmaps) { in SweepLargeObjects() function in art::gc::collector::MarkSweep
1333 SweepLargeObjects(swap_bitmaps); in Sweep()1336 void MarkCompact::SweepLargeObjects(bool swap_bitmaps) { in SweepLargeObjects() function in art::gc::collector::MarkCompact
2536 SweepLargeObjects(swap_bitmaps); in Sweep()2654 void ConcurrentCopying::SweepLargeObjects(bool swap_bitmaps) { in SweepLargeObjects() function in art::gc::collector::ConcurrentCopying