Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dregion_space.cc57 regions_.reset(new Region[num_regions_]); in RegionSpace()
60 regions_[i] = Region(i, region_addr, region_addr + kRegionSize); in RegionSpace()
73 full_region_ = Region(); in RegionSpace()
86 Region* r = &regions_[i]; in FromSpaceSize()
98 Region* r = &regions_[i]; in UnevacFromSpaceSize()
110 Region* r = &regions_[i]; in ToSpaceSize()
118 inline bool RegionSpace::Region::ShouldBeEvacuated() { in ShouldBeEvacuated()
158 Region* r = &regions_[i]; in SetFromSpace()
208 Region* r = &regions_[i]; in ClearFromSpace()
223 Region* r = &regions_[i]; in AssertAllRegionLiveBytesZeroOrCleared()
[all …]
Dregion_space.h175 Region* r = RefToRegionUnlocked(ref); in IsInFromSpace()
183 Region* r = RefToRegionUnlocked(ref); in IsInUnevacFromSpace()
191 Region* r = RefToRegionUnlocked(ref); in IsInToSpace()
199 Region* r = RefToRegionUnlocked(ref); in GetRegionType()
214 Region* reg = RefToRegionUnlocked(ref); in AddLiveBytes()
233 class Region {
235 Region() in Region() function
242 Region(size_t idx, uint8_t* begin, uint8_t* end) in Region() function
481 Region* RefToRegion(mirror::Object* ref) REQUIRES(!region_lock_) { in RefToRegion()
486 Region* RefToRegionUnlocked(mirror::Object* ref) NO_THREAD_SAFETY_ANALYSIS { in RefToRegionUnlocked()
[all …]
Dregion_space-inl.h79 Region* r = &regions_[i]; in AllocNonvirtual()
92 Region* r = &regions_[i]; in AllocNonvirtual()
114 inline mirror::Object* RegionSpace::Region::Alloc(size_t num_bytes, size_t* bytes_allocated, in Alloc()
160 Region* r = &regions_[i]; in GetBytesAllocatedInternal()
195 Region* r = &regions_[i]; in GetObjectsAllocatedInternal()
232 Region* r = &regions_[i]; in WalkInternal()
299 Region* first_reg = &regions_[left]; in AllocLarge()
/art/runtime/arch/
Dquick_alloc_entrypoints.S55 GENERATE_ALLOC_ENTRYPOINTS _region, Region
196 GENERATE_ALLOC_ENTRYPOINTS_ALLOC_OBJECT(_region, Region)
197 GENERATE_ALLOC_ENTRYPOINTS_ALLOC_OBJECT_RESOLVED(_region, Region)
198 GENERATE_ALLOC_ENTRYPOINTS_ALLOC_OBJECT_INITIALIZED(_region, Region)
199 GENERATE_ALLOC_ENTRYPOINTS_ALLOC_OBJECT_WITH_ACCESS_CHECK(_region, Region)
200 GENERATE_ALLOC_ENTRYPOINTS_ALLOC_ARRAY(_region, Region)
201 GENERATE_ALLOC_ENTRYPOINTS_ALLOC_ARRAY_RESOLVED(_region, Region)
202 GENERATE_ALLOC_ENTRYPOINTS_ALLOC_ARRAY_WITH_ACCESS_CHECK(_region, Region)
203 GENERATE_ALLOC_ENTRYPOINTS_CHECK_AND_ALLOC_ARRAY(_region, Region)
204 GENERATE_ALLOC_ENTRYPOINTS_CHECK_AND_ALLOC_ARRAY_WITH_ACCESS_CHECK(_region, Region)
[all …]
/art/runtime/entrypoints/quick/
Dquick_alloc_entrypoints.cc190 GENERATE_ENTRYPOINTS_FOR_ALLOCATOR(Region, gc::kAllocatorTypeRegion)