Searched refs:swap_bitmaps (Results 1 – 14 of 14) sorted by relevance
84 collector::ObjectBytePair ContinuousMemMapAllocSpace::Sweep(bool swap_bitmaps) { in Sweep() argument91 SweepCallbackContext scc(swap_bitmaps, this); in Sweep()92 if (swap_bitmaps) { in Sweep()136 AllocSpace::SweepCallbackContext::SweepCallbackContext(bool swap_bitmaps, space::Space* space) in SweepCallbackContext() argument137 : swap_bitmaps(swap_bitmaps), space(space), self(Thread::Current()) { in SweepCallbackContext()
230 SweepCallbackContext(bool swap_bitmaps, space::Space* space);231 const bool swap_bitmaps; member420 collector::ObjectBytePair Sweep(bool swap_bitmaps);
498 if (!context->swap_bitmaps) { in SweepCallback()508 collector::ObjectBytePair LargeObjectSpace::Sweep(bool swap_bitmaps) { in Sweep() argument514 if (swap_bitmaps) { in Sweep()517 AllocSpace::SweepCallbackContext scc(swap_bitmaps, this); in Sweep()
112 if (!context->swap_bitmaps) { in SweepCallback()
69 collector::ObjectBytePair Sweep(bool swap_bitmaps);
237 if (!context->swap_bitmaps) { in SweepCallback()
45 void Sweep(bool swap_bitmaps) OVERRIDE
58 void StickyMarkSweep::Sweep(bool swap_bitmaps) { in Sweep() argument
139 virtual void Sweep(bool swap_bitmaps) EXCLUSIVE_LOCKS_REQUIRED(Locks::heap_bitmap_lock_);142 void SweepLargeObjects(bool swap_bitmaps) EXCLUSIVE_LOCKS_REQUIRED(Locks::heap_bitmap_lock_);145 void SweepArray(accounting::ObjectStack* allocation_stack_, bool swap_bitmaps)
530 void MarkCompact::Sweep(bool swap_bitmaps) { in Sweep() argument541 RecordFree(alloc_space->Sweep(swap_bitmaps)); in Sweep()544 SweepLargeObjects(swap_bitmaps); in Sweep()547 void MarkCompact::SweepLargeObjects(bool swap_bitmaps) { in SweepLargeObjects() argument549 RecordFreeLOS(heap_->GetLargeObjectsSpace()->Sweep(swap_bitmaps)); in SweepLargeObjects()
128 virtual void Sweep(bool swap_bitmaps) EXCLUSIVE_LOCKS_REQUIRED(Locks::heap_bitmap_lock_);131 void SweepLargeObjects(bool swap_bitmaps) EXCLUSIVE_LOCKS_REQUIRED(Locks::heap_bitmap_lock_);
636 void SemiSpace::Sweep(bool swap_bitmaps) { in Sweep() argument647 RecordFree(alloc_space->Sweep(swap_bitmaps)); in Sweep()651 SweepLargeObjects(swap_bitmaps); in Sweep()655 void SemiSpace::SweepLargeObjects(bool swap_bitmaps) { in SweepLargeObjects() argument658 RecordFreeLOS(heap_->GetLargeObjectsSpace()->Sweep(swap_bitmaps)); in SweepLargeObjects()
109 void Sweep(bool swap_bitmaps) EXCLUSIVE_LOCKS_REQUIRED(Locks::heap_bitmap_lock_);112 void SweepLargeObjects(bool swap_bitmaps) EXCLUSIVE_LOCKS_REQUIRED(Locks::heap_bitmap_lock_);
999 void MarkSweep::SweepArray(accounting::ObjectStack* allocations, bool swap_bitmaps) { in SweepArray() argument1033 if (swap_bitmaps) { in SweepArray()1072 if (swap_bitmaps) { in SweepArray()1096 void MarkSweep::Sweep(bool swap_bitmaps) { in Sweep() argument1114 RecordFree(alloc_space->Sweep(swap_bitmaps)); in Sweep()1117 SweepLargeObjects(swap_bitmaps); in Sweep()1120 void MarkSweep::SweepLargeObjects(bool swap_bitmaps) { in SweepLargeObjects() argument1122 RecordFreeLOS(heap_->GetLargeObjectsSpace()->Sweep(swap_bitmaps)); in SweepLargeObjects()