Home | History | Annotate | Download | only in collector

Lines Matching refs:swap_bitmaps

999 void MarkSweep::SweepArray(accounting::ObjectStack* allocations, bool swap_bitmaps) {
1033 if (swap_bitmaps) {
1072 if (swap_bitmaps) {
1096 void MarkSweep::Sweep(bool swap_bitmaps) {
1114 RecordFree(alloc_space->Sweep(swap_bitmaps));
1117 SweepLargeObjects(swap_bitmaps);
1120 void MarkSweep::SweepLargeObjects(bool swap_bitmaps) {
1122 RecordFreeLOS(heap_->GetLargeObjectsSpace()->Sweep(swap_bitmaps));