Home
last modified time | relevance | path

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

/art/runtime/gc/collector/
Dsemi_space.h131 void SweepLargeObjects(bool swap_bitmaps) EXCLUSIVE_LOCKS_REQUIRED(Locks::heap_bitmap_lock_);
Dmark_compact.h112 void SweepLargeObjects(bool swap_bitmaps) EXCLUSIVE_LOCKS_REQUIRED(Locks::heap_bitmap_lock_);
Dmark_compact.cc581 SweepLargeObjects(swap_bitmaps); in Sweep()
584 void MarkCompact::SweepLargeObjects(bool swap_bitmaps) { in SweepLargeObjects() function in art::gc::collector::MarkCompact
Dsemi_space.cc675 SweepLargeObjects(swap_bitmaps); in Sweep()
679 void SemiSpace::SweepLargeObjects(bool swap_bitmaps) { in SweepLargeObjects() function in art::gc::collector::SemiSpace
Dconcurrent_copying.h222 void SweepLargeObjects(bool swap_bitmaps)
Dmark_sweep.h143 void SweepLargeObjects(bool swap_bitmaps) EXCLUSIVE_LOCKS_REQUIRED(Locks::heap_bitmap_lock_);
Dmark_sweep.cc1236 SweepLargeObjects(swap_bitmaps); in Sweep()
1239 void MarkSweep::SweepLargeObjects(bool swap_bitmaps) { in SweepLargeObjects() function in art::gc::collector::MarkSweep
Dconcurrent_copying.cc803 SweepLargeObjects(swap_bitmaps); in Sweep()
806 void ConcurrentCopying::SweepLargeObjects(bool swap_bitmaps) { in SweepLargeObjects() function in art::gc::collector::ConcurrentCopying