Home | History | Annotate | Download | only in accounting

Lines Matching refs:target_space_

67       : collector_(collector), target_space_(target_space),
76 if (target_space_->HasAddress(ref_ptr->AsMirrorPtr())) {
79 DCHECK(!target_space_->HasAddress(ref_ptr->AsMirrorPtr()));
85 if (target_space_->HasAddress(ref->GetReferent())) {
100 if (target_space_->HasAddress(root->AsMirrorPtr())) {
103 DCHECK(!target_space_->HasAddress(root->AsMirrorPtr()));
109 space::ContinuousSpace* const target_space_;
118 : collector_(collector), target_space_(target_space),
123 RememberedSetReferenceVisitor visitor(target_space_, contains_reference_to_target_space_,
130 space::ContinuousSpace* const target_space_;