Home
last modified time | relevance | path

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

/art/runtime/gc/collector/
Dconcurrent_copying.cc1081 size_t obj_region_idx) in ComputeLiveBytesAndMarkRefFieldsVisitor() argument
1083 obj_region_idx_(obj_region_idx), in ComputeLiveBytesAndMarkRefFieldsVisitor()
1158 size_t obj_region_idx = static_cast<size_t>(-1); in AddLiveBytesAndScanRef() local
1160 obj_region_idx = region_space_->RegionIdxForRefUnchecked(ref); in AddLiveBytesAndScanRef()
1162 if (!region_space_->IsRegionNewlyAllocated(obj_region_idx)) { in AddLiveBytesAndScanRef()
1171 visitor(this, obj_region_idx); in AddLiveBytesAndScanRef()
1177 if (obj_region_idx == static_cast<size_t>(-1)) { in AddLiveBytesAndScanRef()