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.cc1043 size_t obj_region_idx) in ComputeLiveBytesAndMarkRefFieldsVisitor() argument
1045 obj_region_idx_(obj_region_idx), in ComputeLiveBytesAndMarkRefFieldsVisitor()
1120 size_t obj_region_idx = static_cast<size_t>(-1); in AddLiveBytesAndScanRef() local
1122 obj_region_idx = region_space_->RegionIdxForRefUnchecked(ref); in AddLiveBytesAndScanRef()
1124 if (!region_space_->IsRegionNewlyAllocated(obj_region_idx)) { in AddLiveBytesAndScanRef()
1133 visitor(this, obj_region_idx); in AddLiveBytesAndScanRef()
1139 if (obj_region_idx == static_cast<size_t>(-1)) { in AddLiveBytesAndScanRef()