Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dregion_space.cc1038 size_t region_index = kCyclicRegionAllocation in AllocateRegion() local
1041 Region* r = &regions_[region_index]; in AllocateRegion()
1059 cyclic_alloc_region_index_ = (region_index + 1) % num_regions_; in AllocateRegion()