Home
last modified time | relevance | path

Searched refs:SweepLargeObjects (Results 1 – 6 of 6) 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.cc544 SweepLargeObjects(swap_bitmaps); in Sweep()
547 void MarkCompact::SweepLargeObjects(bool swap_bitmaps) { in SweepLargeObjects() function in art::gc::collector::MarkCompact
Dmark_sweep.h142 void SweepLargeObjects(bool swap_bitmaps) EXCLUSIVE_LOCKS_REQUIRED(Locks::heap_bitmap_lock_);
Dsemi_space.cc651 SweepLargeObjects(swap_bitmaps); in Sweep()
655 void SemiSpace::SweepLargeObjects(bool swap_bitmaps) { in SweepLargeObjects() function in art::gc::collector::SemiSpace
Dmark_sweep.cc1117 SweepLargeObjects(swap_bitmaps); in Sweep()
1120 void MarkSweep::SweepLargeObjects(bool swap_bitmaps) { in SweepLargeObjects() function in art::gc::collector::MarkSweep