Home
last modified time | relevance | path

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

/art/runtime/gc/collector/
Dsemi_space.h143 void SweepLargeObjects(bool swap_bitmaps) REQUIRES(Locks::heap_bitmap_lock_);
Dsemi_space.cc523 SweepLargeObjects(swap_bitmaps); in Sweep()
526 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.h256 void SweepLargeObjects(bool swap_bitmaps)
Dmark_sweep.cc1329 SweepLargeObjects(swap_bitmaps); in Sweep()
1332 void MarkSweep::SweepLargeObjects(bool swap_bitmaps) { in SweepLargeObjects() function in art::gc::collector::MarkSweep
Dconcurrent_copying.cc2430 SweepLargeObjects(swap_bitmaps); in Sweep()
2548 void ConcurrentCopying::SweepLargeObjects(bool swap_bitmaps) { in SweepLargeObjects() function in art::gc::collector::ConcurrentCopying