Home | History | Annotate | Download | only in collector

Lines Matching refs:mark_bitmap

539       accounting::ContinuousSpaceBitmap* mark_bitmap = promo_dest_space_->GetMarkBitmap();
540 DCHECK(mark_bitmap != nullptr);
543 // If collecting the bump pointer spaces only, live_bitmap == mark_bitmap.
544 DCHECK_EQ(live_bitmap, mark_bitmap);
566 DCHECK(!mark_bitmap->Test(forward_address));
567 mark_bitmap->Set(forward_address);
744 accounting::ContinuousSpaceBitmap* mark_bitmap = promo_dest_space_->GetMarkBitmap();
745 DCHECK(mark_bitmap != nullptr);
746 DCHECK_EQ(live_bitmap, mark_bitmap);