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.cc1038 size_t obj_region_idx) in ComputeLiveBytesAndMarkRefFieldsVisitor() argument
1040 obj_region_idx_(obj_region_idx), in ComputeLiveBytesAndMarkRefFieldsVisitor()
1115 size_t obj_region_idx = static_cast<size_t>(-1); in AddLiveBytesAndScanRef() local
1117 obj_region_idx = region_space_->RegionIdxForRefUnchecked(ref); in AddLiveBytesAndScanRef()
1119 if (!region_space_->IsRegionNewlyAllocated(obj_region_idx)) { in AddLiveBytesAndScanRef()
1128 visitor(this, obj_region_idx); in AddLiveBytesAndScanRef()
1134 if (obj_region_idx == static_cast<size_t>(-1)) { in AddLiveBytesAndScanRef()