Home
last modified time | relevance | path

Searched refs:swap_bitmaps (Results 1 – 15 of 15) sorted by relevance

/art/runtime/gc/space/
Dspace.cc92 collector::ObjectBytePair ContinuousMemMapAllocSpace::Sweep(bool swap_bitmaps) { in Sweep() argument
99 SweepCallbackContext scc(swap_bitmaps, this); in Sweep()
100 if (swap_bitmaps) { in Sweep()
144 : swap_bitmaps(swap_bitmaps_in), space(space_in), self(Thread::Current()) { in SweepCallbackContext()
Dspace.h250 SweepCallbackContext(bool swap_bitmaps, space::Space* space);
251 const bool swap_bitmaps; member
446 collector::ObjectBytePair Sweep(bool swap_bitmaps);
Dzygote_space.cc114 if (!context->swap_bitmaps) { in SweepCallback()
Dlarge_object_space.cc583 if (!context->swap_bitmaps) { in SweepCallback()
593 collector::ObjectBytePair LargeObjectSpace::Sweep(bool swap_bitmaps) { in Sweep() argument
599 if (swap_bitmaps) { in Sweep()
602 AllocSpace::SweepCallbackContext scc(swap_bitmaps, this); in Sweep()
Dlarge_object_space.h78 collector::ObjectBytePair Sweep(bool swap_bitmaps);
Dmalloc_space.cc243 if (!context->swap_bitmaps) { in SweepCallback()
/art/runtime/gc/collector/
Dsticky_mark_sweep.h52 void Sweep(bool swap_bitmaps)
Dsticky_mark_sweep.cc76 void StickyMarkSweep::Sweep(bool swap_bitmaps ATTRIBUTE_UNUSED) { in Sweep()
Dmark_sweep.h149 virtual void Sweep(bool swap_bitmaps)
154 void SweepLargeObjects(bool swap_bitmaps) REQUIRES(Locks::heap_bitmap_lock_);
157 void SweepArray(accounting::ObjectStack* allocation_stack_, bool swap_bitmaps)
Dsemi_space.h138 virtual void Sweep(bool swap_bitmaps)
143 void SweepLargeObjects(bool swap_bitmaps) REQUIRES(Locks::heap_bitmap_lock_);
Dmark_compact.h108 void Sweep(bool swap_bitmaps) REQUIRES(Locks::heap_bitmap_lock_, Locks::mutator_lock_);
111 void SweepLargeObjects(bool swap_bitmaps) REQUIRES(Locks::heap_bitmap_lock_);
Dmark_compact.cc533 void MarkCompact::Sweep(bool swap_bitmaps) { in Sweep() argument
544 RecordFree(alloc_space->Sweep(swap_bitmaps)); in Sweep()
547 SweepLargeObjects(swap_bitmaps); in Sweep()
550 void MarkCompact::SweepLargeObjects(bool swap_bitmaps) { in SweepLargeObjects() argument
554 RecordFreeLOS(los->Sweep(swap_bitmaps)); in SweepLargeObjects()
Dsemi_space.cc651 void SemiSpace::Sweep(bool swap_bitmaps) { in Sweep() argument
662 RecordFree(alloc_space->Sweep(swap_bitmaps)); in Sweep()
666 SweepLargeObjects(swap_bitmaps); in Sweep()
670 void SemiSpace::SweepLargeObjects(bool swap_bitmaps) { in SweepLargeObjects() argument
675 RecordFreeLOS(los->Sweep(swap_bitmaps)); in SweepLargeObjects()
Dmark_sweep.cc1206 void MarkSweep::SweepArray(accounting::ObjectStack* allocations, bool swap_bitmaps) { in SweepArray() argument
1241 if (swap_bitmaps) { in SweepArray()
1281 if (swap_bitmaps) { in SweepArray()
1306 void MarkSweep::Sweep(bool swap_bitmaps) { in Sweep() argument
1325 RecordFree(alloc_space->Sweep(swap_bitmaps)); in Sweep()
1328 SweepLargeObjects(swap_bitmaps); in Sweep()
1331 void MarkSweep::SweepLargeObjects(bool swap_bitmaps) { in SweepLargeObjects() argument
1335 RecordFreeLOS(los->Sweep(swap_bitmaps)); in SweepLargeObjects()
Dconcurrent_copying.h217 void Sweep(bool swap_bitmaps)
219 void SweepLargeObjects(bool swap_bitmaps)