Lines Matching refs:num_regions_
128 for (size_t i = 0; i < num_regions_; ++i) { in GetBytesAllocatedInternal()
163 for (size_t i = 0; i < num_regions_; ++i) { in GetObjectsAllocatedInternal()
198 ? num_regions_ : std::min(num_regions_, non_free_region_index_limit_); in ScanUnevacFromSpace()
234 for (size_t i = 0; i < num_regions_; ++i) { in WalkInternal()
324 if ((num_non_free_regions_ + num_regs_in_large_region) * 2 > num_regions_) { in AllocLarge()
335 num_regions_, in AllocLarge()
348 std::min(cyclic_alloc_region_index_ + num_regs_in_large_region - 1, num_regions_), in AllocLarge()
358 DCHECK_LE(next_region, num_regions_); in AllocLarge()
361 cyclic_alloc_region_index_ = next_region % num_regions_; in AllocLarge()
366 num_regions_, in AllocLarge()
388 DCHECK_LE(end, num_regions_); in AllocLargeInRange()
399 DCHECK_LE(right, num_regions_); in AllocLargeInRange()
425 DCHECK_LT(p, num_regions_); in AllocLargeInRange()