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

  /art/runtime/gc/collector/
concurrent_copying-inl.h 190 DCHECK(region_space_->IsInFromSpace(from_ref));
concurrent_copying.cc     [all...]
  /art/runtime/gc/space/
region_space.cc 128 if (r->IsInFromSpace()) {
223 DCHECK(r->IsInFromSpace());
239 DCHECK(r->IsInFromSpace());
309 if (r->IsInFromSpace()) {
region_space.h 202 bool IsInFromSpace(mirror::Object* ref) {
205 return r->IsInFromSpace();
392 bool IsInFromSpace() const {
519 // RegionSpace::IsInFromSpace, etc.) we avoid taking a lock here.
region_space-inl.h 135 if (r->IsInFromSpace()) {
170 if (r->IsInFromSpace()) {

Completed in 165 milliseconds