Home
last modified time | relevance | path

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

/art/runtime/gc/collector/
Dmark_compact.h112 void SweepLargeObjects(bool swap_bitmaps) REQUIRES(Locks::heap_bitmap_lock_);
Dsemi_space.h143 void SweepLargeObjects(bool swap_bitmaps) REQUIRES(Locks::heap_bitmap_lock_);
Dmark_compact.cc558 SweepLargeObjects(swap_bitmaps); in Sweep()
561 void MarkCompact::SweepLargeObjects(bool swap_bitmaps) { in SweepLargeObjects() function in art::gc::collector::MarkCompact
Dmark_sweep.h155 void SweepLargeObjects(bool swap_bitmaps) REQUIRES(Locks::heap_bitmap_lock_);
Dconcurrent_copying.h161 void SweepLargeObjects(bool swap_bitmaps)
Dsemi_space.cc681 SweepLargeObjects(swap_bitmaps); in Sweep()
685 void SemiSpace::SweepLargeObjects(bool swap_bitmaps) { in SweepLargeObjects() function in art::gc::collector::SemiSpace
Dmark_sweep.cc1306 SweepLargeObjects(swap_bitmaps); in Sweep()
1309 void MarkSweep::SweepLargeObjects(bool swap_bitmaps) { in SweepLargeObjects() function in art::gc::collector::MarkSweep
Dconcurrent_copying.cc1221 SweepLargeObjects(swap_bitmaps); in Sweep()
1224 void ConcurrentCopying::SweepLargeObjects(bool swap_bitmaps) { in SweepLargeObjects() function in art::gc::collector::ConcurrentCopying