Searched refs:IsInToSpace (Results 1 – 7 of 7) sorted by relevance
117 DCHECK(IsAllocated() && IsInToSpace()); in Alloc()179 if (r->IsInToSpace()) { in GetBytesAllocatedInternal()214 if (r->IsInToSpace()) { in GetObjectsAllocatedInternal()233 if (r->IsFree() || (kToSpaceOnly && !r->IsInToSpace())) { in WalkInternal()
189 bool IsInToSpace(mirror::Object* ref) { in IsInToSpace() function192 return r->IsInToSpace(); in IsInToSpace()346 bool IsInToSpace() const { in IsInToSpace() function359 DCHECK(!IsFree() && IsInToSpace()); in SetAsFromSpace()365 DCHECK(!IsFree() && IsInToSpace()); in SetAsUnevacFromSpace()390 DCHECK(IsInToSpace()); in GetLivePercent()
111 if (r->IsInToSpace()) { in ToSpaceSize()119 DCHECK((IsAllocated() || IsLarge()) && IsInToSpace()); in ShouldBeEvacuated()162 DCHECK(r->IsInToSpace()); in SetFromSpace()
76 const bool is_moving = concurrent_copying->RegionSpace()->IsInToSpace(ref); in DequeuePendingReference()99 CHECK(concurrent_copying->IsInToSpace(referent)) in DequeuePendingReference()
66 DCHECK(region_space_->IsInToSpace(to_ref) || heap_->non_moving_space_->HasAddress(to_ref)) in Mark()
673 if (collector_->RegionSpace()->IsInToSpace(ref)) { in operator ()()752 if (collector->RegionSpace()->IsInToSpace(obj)) { in ObjectCallback()1081 !IsInToSpace(to_ref->AsReference()->GetReferent<kWithoutReadBarrier>())))) { in ProcessMarkStackRef()1091 if (region_space_->IsInToSpace(to_ref)) { in ProcessMarkStackRef()1414 if (region_space_->IsInToSpace(ref)) { in AssertToSpaceInvariant()1461 if (region_space_->IsInToSpace(ref)) { in AssertToSpaceInvariant()1501 } else if (region_space_->IsInToSpace(obj)) { in LogFromSpaceRefHolder()1767 CHECK(region_space_->IsInToSpace(reinterpret_cast<mirror::Object*>(addr))); in AllocateInSkippedBlock()1780 CHECK(region_space_->IsInToSpace(reinterpret_cast<mirror::Object*>(addr + alloc_size))); in AllocateInSkippedBlock()1851 DCHECK(region_space_->IsInToSpace(to_ref)); in Copy()[all …]
92 bool IsInToSpace(mirror::Object* ref) SHARED_REQUIRES(Locks::mutator_lock_) { in IsInToSpace() function