Searched refs:IsInFromSpace (Results 1 - 5 of 5) sorted by relevance

/art/runtime/gc/collector/
H A Dconcurrent_copying-inl.h95 DCHECK(region_space_->IsInFromSpace(from_ref));
H A Dconcurrent_copying.cc747 CHECK(!region_space->IsInFromSpace(obj)) << "Scanning object " << obj << " in from space";
878 CHECK(!region_space->IsInFromSpace(obj)) << "Scanning object " << obj << " in from space";
1062 DCHECK(!region_space_->IsInFromSpace(to_ref));
1416 } else if (region_space_->IsInFromSpace(ref)) {
1463 } else if (region_space_->IsInFromSpace(ref)) {
1496 if (region_space_->IsInFromSpace(obj)) {
1620 DCHECK(!region_space_->IsInFromSpace(to_ref));
1784 DCHECK(region_space_->IsInFromSpace(from_ref));
/art/runtime/gc/space/
H A Dregion_space.cc87 if (r->IsInFromSpace()) {
170 DCHECK(r->IsInFromSpace());
186 DCHECK(r->IsInFromSpace());
209 if (r->IsInFromSpace()) {
H A Dregion_space-inl.h169 if (r->IsInFromSpace()) {
204 if (r->IsInFromSpace()) {
H A Dregion_space.h173 bool IsInFromSpace(mirror::Object* ref) { function in class:art::gc::space::FINAL
176 return r->IsInFromSpace();
342 bool IsInFromSpace() const { function in class:art::gc::space::FINAL::Region
488 // IsInFromSpace() etc.) we avoid taking a lock here. Note that

Completed in 55 milliseconds