Searched refs:swap_bitmaps (Results 1 – 14 of 14) 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()137 : swap_bitmaps(swap_bitmaps_in), space(space_in), self(Thread::Current()) { in SweepCallbackContext()
253 SweepCallbackContext(bool swap_bitmaps, space::Space* space);254 const bool swap_bitmaps; member454 collector::ObjectBytePair Sweep(bool swap_bitmaps);
127 if (!context->swap_bitmaps) { in SweepCallback()
615 if (!context->swap_bitmaps) { in SweepCallback()625 collector::ObjectBytePair LargeObjectSpace::Sweep(bool swap_bitmaps) { in Sweep() argument631 if (swap_bitmaps) { in Sweep()634 AllocSpace::SweepCallbackContext scc(swap_bitmaps, this); in Sweep()
83 collector::ObjectBytePair Sweep(bool swap_bitmaps);
266 if (!context->swap_bitmaps) { in SweepCallback()
51 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)
138 virtual void Sweep(bool swap_bitmaps)143 void SweepLargeObjects(bool swap_bitmaps) REQUIRES(Locks::heap_bitmap_lock_);
509 void SemiSpace::Sweep(bool swap_bitmaps) { in Sweep() argument520 RecordFree(alloc_space->Sweep(swap_bitmaps)); in Sweep()523 SweepLargeObjects(swap_bitmaps); in Sweep()526 void SemiSpace::SweepLargeObjects(bool swap_bitmaps) { in SweepLargeObjects() argument530 RecordFreeLOS(los->Sweep(swap_bitmaps)); in SweepLargeObjects()
1207 void MarkSweep::SweepArray(accounting::ObjectStack* allocations, bool swap_bitmaps) { in SweepArray() argument1242 if (swap_bitmaps) { in SweepArray()1282 if (swap_bitmaps) { in SweepArray()1307 void MarkSweep::Sweep(bool swap_bitmaps) { in Sweep() argument1326 RecordFree(alloc_space->Sweep(swap_bitmaps)); in Sweep()1329 SweepLargeObjects(swap_bitmaps); in Sweep()1332 void MarkSweep::SweepLargeObjects(bool swap_bitmaps) { in SweepLargeObjects() argument1336 RecordFreeLOS(los->Sweep(swap_bitmaps)); in SweepLargeObjects()
259 void Sweep(bool swap_bitmaps)262 void SweepArray(accounting::ObjectStack* allocation_stack_, bool swap_bitmaps)264 void SweepLargeObjects(bool swap_bitmaps)
2477 void ConcurrentCopying::Sweep(bool swap_bitmaps) { in Sweep() argument2500 RecordFree(alloc_space->Sweep(swap_bitmaps)); in Sweep()2503 SweepLargeObjects(swap_bitmaps); in Sweep()2508 void ConcurrentCopying::SweepArray(accounting::ObjectStack* allocations, bool swap_bitmaps) { in SweepArray() argument2533 if (swap_bitmaps) { in SweepArray()2573 if (swap_bitmaps) { in SweepArray()2621 void ConcurrentCopying::SweepLargeObjects(bool swap_bitmaps) { in SweepLargeObjects() argument2624 RecordFreeLOS(heap_->GetLargeObjectsSpace()->Sweep(swap_bitmaps)); in SweepLargeObjects()