Home
last modified time | relevance | path

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

/art/runtime/gc/collector/
Dsemi_space.h143 void SweepLargeObjects(bool swap_bitmaps) REQUIRES(Locks::heap_bitmap_lock_);
Dsemi_space.cc526 SweepLargeObjects(swap_bitmaps); in Sweep()
529 void SemiSpace::SweepLargeObjects(bool swap_bitmaps) { in SweepLargeObjects() function in art::gc::collector::SemiSpace
Dmark_sweep.h154 void SweepLargeObjects(bool swap_bitmaps) REQUIRES(Locks::heap_bitmap_lock_);
Dconcurrent_copying.h268 void SweepLargeObjects(bool swap_bitmaps)
Dmark_compact.h451 void SweepLargeObjects(bool swap_bitmaps) REQUIRES_SHARED(Locks::mutator_lock_)
Dmark_sweep.cc1332 SweepLargeObjects(swap_bitmaps); in Sweep()
1335 void MarkSweep::SweepLargeObjects(bool swap_bitmaps) { in SweepLargeObjects() function in art::gc::collector::MarkSweep
Dmark_compact.cc1333 SweepLargeObjects(swap_bitmaps); in Sweep()
1336 void MarkCompact::SweepLargeObjects(bool swap_bitmaps) { in SweepLargeObjects() function in art::gc::collector::MarkCompact
Dconcurrent_copying.cc2536 SweepLargeObjects(swap_bitmaps); in Sweep()
2654 void ConcurrentCopying::SweepLargeObjects(bool swap_bitmaps) { in SweepLargeObjects() function in art::gc::collector::ConcurrentCopying