Home | History | Annotate | Download | only in collector

Lines Matching defs:mark_bitmap

504       accounting::ContinuousSpaceBitmap* mark_bitmap = promo_dest_space_->GetMarkBitmap();
505 DCHECK(mark_bitmap != nullptr);
508 // If collecting the bump pointer spaces only, live_bitmap == mark_bitmap.
509 DCHECK_EQ(live_bitmap, mark_bitmap);
531 DCHECK(!mark_bitmap->Test(forward_address));
532 mark_bitmap->Set(forward_address);
707 accounting::ContinuousSpaceBitmap* mark_bitmap = promo_dest_space_->GetMarkBitmap();
708 DCHECK(mark_bitmap != nullptr);
709 DCHECK_EQ(live_bitmap, mark_bitmap);