Home
last modified time | relevance | path

Searched refs:IsInFromSpace (Results 1 – 4 of 4) sorted by relevance

/art/runtime/gc/space/
Dregion_space.cc154 if (r->IsInFromSpace()) { in FromSpaceSize()
363 DCHECK(r->IsInFromSpace()); in SetFromSpace()
388 DCHECK(r->IsInFromSpace()); in SetFromSpace()
467 if (r->IsInFromSpace()) { in ClearFromSpace()
519 if (r->IsInFromSpace()) { in ClearFromSpace()
Dregion_space.h232 bool IsInFromSpace(mirror::Object* ref) { in IsInFromSpace() function
235 return r->IsInFromSpace(); in IsInFromSpace()
491 bool IsInFromSpace() const { in IsInFromSpace() function
Dregion_space-inl.h140 if (r->IsInFromSpace()) { in GetBytesAllocatedInternal()
175 if (r->IsInFromSpace()) { in GetObjectsAllocatedInternal()
/art/runtime/gc/collector/
Dconcurrent_copying-inl.h228 DCHECK(region_space_->IsInFromSpace(from_ref)); in GetFwdPtr()