Home | History | Annotate | Download | only in collector

Lines Matching full:hasaddress

684             << (collector_->GetHeap()->GetNonMovingSpace()->HasAddress(ref));
761 << (collector->GetHeap()->GetNonMovingSpace()->HasAddress(obj));
1862 DCHECK(heap_->non_moving_space_->HasAddress(to_ref));
1877 CHECK(region_space_->IsInToSpace(to_ref) || heap_->non_moving_space_->HasAddress(to_ref));
1898 DCHECK(heap_->non_moving_space_->HasAddress(to_ref));
1926 heap_->non_moving_space_->HasAddress(to_ref))
1989 DCHECK(!region_space_->HasAddress(ref)) << ref;