HomeSort by relevance Sort by last modified time
    Searched refs:IsInFromSpace (Results 1 - 5 of 5) sorted by null

  /art/runtime/gc/space/
region_space.cc 154 if (r->IsInFromSpace()) {
363 DCHECK(r->IsInFromSpace());
388 DCHECK(r->IsInFromSpace());
467 if (r->IsInFromSpace()) {
519 if (r->IsInFromSpace()) {
    [all...]
region_space.h 232 bool IsInFromSpace(mirror::Object* ref) {
235 return r->IsInFromSpace();
491 bool IsInFromSpace() const {
640 // RegionSpace::IsInFromSpace, etc.) we avoid taking a lock here.
region_space-inl.h 140 if (r->IsInFromSpace()) {
175 if (r->IsInFromSpace()) {
  /art/runtime/gc/collector/
concurrent_copying-inl.h 228 DCHECK(region_space_->IsInFromSpace(from_ref));
concurrent_copying.cc     [all...]

Completed in 626 milliseconds