Home | History | Annotate | Download | only in space

Lines Matching refs:Region

62     // Retry with current region since another thread may have updated it.
79 Region* r = &regions_[i];
92 Region* r = &regions_[i];
114 inline mirror::Object* RegionSpace::Region::Alloc(size_t num_bytes, size_t* bytes_allocated,
160 Region* r = &regions_[i];
195 Region* r = &regions_[i];
232 Region* r = &regions_[i];
297 // right points to the one region past the last free region.
299 Region* first_reg = &regions_[left];
317 // right points to the non-free region. Start with the one after it.