Home | History | Annotate | Download | only in collector

Lines Matching refs:to_space_live_bitmap_

144   to_space_live_bitmap_ = to_space_->GetLiveBitmap();
494 DCHECK(to_space_live_bitmap_ == nullptr);
538 if (forward_address != nullptr && to_space_live_bitmap_ != nullptr) {
539 to_space_live_bitmap_->Set(forward_address);