Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dspace.cc90 collector::ObjectBytePair ContinuousMemMapAllocSpace::Sweep(bool swap_bitmaps) { in Sweep()
Dspace.h254 const bool swap_bitmaps; member
Dlarge_object_space.cc629 collector::ObjectBytePair LargeObjectSpace::Sweep(bool swap_bitmaps) { in Sweep()
/art/runtime/gc/collector/
Dsemi_space.cc512 void SemiSpace::Sweep(bool swap_bitmaps) { in Sweep()
529 void SemiSpace::SweepLargeObjects(bool swap_bitmaps) { in SweepLargeObjects()
Dmark_sweep.cc1210 void MarkSweep::SweepArray(accounting::ObjectStack* allocations, bool swap_bitmaps) { in SweepArray()
1310 void MarkSweep::Sweep(bool swap_bitmaps) { in Sweep()
1335 void MarkSweep::SweepLargeObjects(bool swap_bitmaps) { in SweepLargeObjects()
Dconcurrent_copying.cc2510 void ConcurrentCopying::Sweep(bool swap_bitmaps) { in Sweep()
2541 void ConcurrentCopying::SweepArray(accounting::ObjectStack* allocations, bool swap_bitmaps) { in SweepArray()
2654 void ConcurrentCopying::SweepLargeObjects(bool swap_bitmaps) { in SweepLargeObjects()
Dmark_compact.cc1310 void MarkCompact::Sweep(bool swap_bitmaps) { in Sweep()
1336 void MarkCompact::SweepLargeObjects(bool swap_bitmaps) { in SweepLargeObjects()