Home
last modified time | relevance | path

Searched defs:swap_bitmaps (Results 1 – 6 of 6) sorted by relevance

/art/runtime/gc/space/
Dspace.cc90 collector::ObjectBytePair ContinuousMemMapAllocSpace::Sweep(bool swap_bitmaps) { in Sweep()
Dspace.h251 const bool swap_bitmaps; member
Dlarge_object_space.cc625 collector::ObjectBytePair LargeObjectSpace::Sweep(bool swap_bitmaps) { in Sweep()
/art/runtime/gc/collector/
Dsemi_space.cc509 void SemiSpace::Sweep(bool swap_bitmaps) { in Sweep()
526 void SemiSpace::SweepLargeObjects(bool swap_bitmaps) { in SweepLargeObjects()
Dmark_sweep.cc1207 void MarkSweep::SweepArray(accounting::ObjectStack* allocations, bool swap_bitmaps) { in SweepArray()
1307 void MarkSweep::Sweep(bool swap_bitmaps) { in Sweep()
1332 void MarkSweep::SweepLargeObjects(bool swap_bitmaps) { in SweepLargeObjects()
Dconcurrent_copying.cc2404 void ConcurrentCopying::Sweep(bool swap_bitmaps) { in Sweep()
2435 void ConcurrentCopying::SweepArray(accounting::ObjectStack* allocations, bool swap_bitmaps) { in SweepArray()
2548 void ConcurrentCopying::SweepLargeObjects(bool swap_bitmaps) { in SweepLargeObjects()