Searched refs:swap_bitmaps (Results 1 – 16 of 16) sorted by relevance
89 collector::ObjectBytePair ContinuousMemMapAllocSpace::Sweep(bool swap_bitmaps) { in Sweep() argument96 SweepCallbackContext scc(swap_bitmaps, this); in Sweep()97 if (swap_bitmaps) { in Sweep()142 : swap_bitmaps(swap_bitmaps_in), space(space_in), self(Thread::Current()) { in SweepCallbackContext()
251 SweepCallbackContext(bool swap_bitmaps, space::Space* space);252 const bool swap_bitmaps; member440 collector::ObjectBytePair Sweep(bool swap_bitmaps);
112 if (!context->swap_bitmaps) { in SweepCallback()
588 if (!context->swap_bitmaps) { in SweepCallback()598 collector::ObjectBytePair LargeObjectSpace::Sweep(bool swap_bitmaps) { in Sweep() argument604 if (swap_bitmaps) { in Sweep()607 AllocSpace::SweepCallbackContext scc(swap_bitmaps, this); in Sweep()
77 collector::ObjectBytePair Sweep(bool swap_bitmaps);
238 if (!context->swap_bitmaps) { in SweepCallback()
46 void Sweep(bool swap_bitmaps)
59 void StickyMarkSweep::Sweep(bool swap_bitmaps ATTRIBUTE_UNUSED) { in Sweep()
150 virtual void Sweep(bool swap_bitmaps)155 void SweepLargeObjects(bool swap_bitmaps) REQUIRES(Locks::heap_bitmap_lock_);158 void SweepArray(accounting::ObjectStack* allocation_stack_, bool swap_bitmaps)
544 void MarkCompact::Sweep(bool swap_bitmaps) { in Sweep() argument555 RecordFree(alloc_space->Sweep(swap_bitmaps)); in Sweep()558 SweepLargeObjects(swap_bitmaps); in Sweep()561 void MarkCompact::SweepLargeObjects(bool swap_bitmaps) { in SweepLargeObjects() argument565 RecordFreeLOS(los->Sweep(swap_bitmaps)); in SweepLargeObjects()
138 virtual void Sweep(bool swap_bitmaps)143 void SweepLargeObjects(bool swap_bitmaps) REQUIRES(Locks::heap_bitmap_lock_);
109 void Sweep(bool swap_bitmaps) REQUIRES(Locks::heap_bitmap_lock_, Locks::mutator_lock_);112 void SweepLargeObjects(bool swap_bitmaps) REQUIRES(Locks::heap_bitmap_lock_);
666 void SemiSpace::Sweep(bool swap_bitmaps) { in Sweep() argument677 RecordFree(alloc_space->Sweep(swap_bitmaps)); in Sweep()681 SweepLargeObjects(swap_bitmaps); in Sweep()685 void SemiSpace::SweepLargeObjects(bool swap_bitmaps) { in SweepLargeObjects() argument690 RecordFreeLOS(los->Sweep(swap_bitmaps)); in SweepLargeObjects()
1184 void MarkSweep::SweepArray(accounting::ObjectStack* allocations, bool swap_bitmaps) { in SweepArray() argument1219 if (swap_bitmaps) { in SweepArray()1259 if (swap_bitmaps) { in SweepArray()1284 void MarkSweep::Sweep(bool swap_bitmaps) { in Sweep() argument1303 RecordFree(alloc_space->Sweep(swap_bitmaps)); in Sweep()1306 SweepLargeObjects(swap_bitmaps); in Sweep()1309 void MarkSweep::SweepLargeObjects(bool swap_bitmaps) { in SweepLargeObjects() argument1313 RecordFreeLOS(los->Sweep(swap_bitmaps)); in SweepLargeObjects()
159 void Sweep(bool swap_bitmaps)161 void SweepLargeObjects(bool swap_bitmaps)
1198 void ConcurrentCopying::Sweep(bool swap_bitmaps) { in Sweep() argument1218 RecordFree(alloc_space->Sweep(swap_bitmaps)); in Sweep()1221 SweepLargeObjects(swap_bitmaps); in Sweep()1224 void ConcurrentCopying::SweepLargeObjects(bool swap_bitmaps) { in SweepLargeObjects() argument1226 RecordFreeLOS(heap_->GetLargeObjectsSpace()->Sweep(swap_bitmaps)); in SweepLargeObjects()