Searched refs:swap_bitmaps (Results 1 – 16 of 16) sorted by relevance
90 collector::ObjectBytePair ContinuousMemMapAllocSpace::Sweep(bool swap_bitmaps) { in Sweep() argument97 SweepCallbackContext scc(swap_bitmaps, this); in Sweep()98 if (swap_bitmaps) { in Sweep()143 : swap_bitmaps(swap_bitmaps_in), space(space_in), self(Thread::Current()) { in SweepCallbackContext()
250 SweepCallbackContext(bool swap_bitmaps, space::Space* space);251 const bool swap_bitmaps; member439 collector::ObjectBytePair Sweep(bool swap_bitmaps);
114 if (!context->swap_bitmaps) { in SweepCallback()
581 if (!context->swap_bitmaps) { in SweepCallback()591 collector::ObjectBytePair LargeObjectSpace::Sweep(bool swap_bitmaps) { in Sweep() argument597 if (swap_bitmaps) { in Sweep()600 AllocSpace::SweepCallbackContext scc(swap_bitmaps, this); in Sweep()
77 collector::ObjectBytePair Sweep(bool swap_bitmaps);
242 if (!context->swap_bitmaps) { in SweepCallback()
52 void Sweep(bool swap_bitmaps)
76 void StickyMarkSweep::Sweep(bool swap_bitmaps ATTRIBUTE_UNUSED) { in Sweep()
149 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)
531 void MarkCompact::Sweep(bool swap_bitmaps) { in Sweep() argument542 RecordFree(alloc_space->Sweep(swap_bitmaps)); in Sweep()545 SweepLargeObjects(swap_bitmaps); in Sweep()548 void MarkCompact::SweepLargeObjects(bool swap_bitmaps) { in SweepLargeObjects() argument552 RecordFreeLOS(los->Sweep(swap_bitmaps)); in SweepLargeObjects()
108 void Sweep(bool swap_bitmaps) REQUIRES(Locks::heap_bitmap_lock_, Locks::mutator_lock_);111 void SweepLargeObjects(bool swap_bitmaps) REQUIRES(Locks::heap_bitmap_lock_);
138 virtual void Sweep(bool swap_bitmaps)143 void SweepLargeObjects(bool swap_bitmaps) REQUIRES(Locks::heap_bitmap_lock_);
652 void SemiSpace::Sweep(bool swap_bitmaps) { in Sweep() argument663 RecordFree(alloc_space->Sweep(swap_bitmaps)); in Sweep()667 SweepLargeObjects(swap_bitmaps); in Sweep()671 void SemiSpace::SweepLargeObjects(bool swap_bitmaps) { in SweepLargeObjects() argument676 RecordFreeLOS(los->Sweep(swap_bitmaps)); in SweepLargeObjects()
1183 void MarkSweep::SweepArray(accounting::ObjectStack* allocations, bool swap_bitmaps) { in SweepArray() argument1218 if (swap_bitmaps) { in SweepArray()1258 if (swap_bitmaps) { in SweepArray()1283 void MarkSweep::Sweep(bool swap_bitmaps) { in Sweep() argument1302 RecordFree(alloc_space->Sweep(swap_bitmaps)); in Sweep()1305 SweepLargeObjects(swap_bitmaps); in Sweep()1308 void MarkSweep::SweepLargeObjects(bool swap_bitmaps) { in SweepLargeObjects() argument1312 RecordFreeLOS(los->Sweep(swap_bitmaps)); in SweepLargeObjects()
212 void Sweep(bool swap_bitmaps)214 void SweepLargeObjects(bool swap_bitmaps)
1663 void ConcurrentCopying::Sweep(bool swap_bitmaps) { in Sweep() argument1683 RecordFree(alloc_space->Sweep(swap_bitmaps)); in Sweep()1686 SweepLargeObjects(swap_bitmaps); in Sweep()1712 void ConcurrentCopying::SweepLargeObjects(bool swap_bitmaps) { in SweepLargeObjects() argument1715 RecordFreeLOS(heap_->GetLargeObjectsSpace()->Sweep(swap_bitmaps)); in SweepLargeObjects()