Searched refs:Region (Results 1 – 5 of 5) sorted by relevance
/art/runtime/gc/space/ |
D | region_space.cc | 57 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 = ®ions_[i]; in FromSpaceSize() 98 Region* r = ®ions_[i]; in UnevacFromSpaceSize() 110 Region* r = ®ions_[i]; in ToSpaceSize() 118 inline bool RegionSpace::Region::ShouldBeEvacuated() { in ShouldBeEvacuated() 158 Region* r = ®ions_[i]; in SetFromSpace() 208 Region* r = ®ions_[i]; in ClearFromSpace() 223 Region* r = ®ions_[i]; in AssertAllRegionLiveBytesZeroOrCleared() [all …]
|
D | region_space.h | 175 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 …]
|
D | region_space-inl.h | 79 Region* r = ®ions_[i]; in AllocNonvirtual() 92 Region* r = ®ions_[i]; in AllocNonvirtual() 114 inline mirror::Object* RegionSpace::Region::Alloc(size_t num_bytes, size_t* bytes_allocated, in Alloc() 160 Region* r = ®ions_[i]; in GetBytesAllocatedInternal() 195 Region* r = ®ions_[i]; in GetObjectsAllocatedInternal() 232 Region* r = ®ions_[i]; in WalkInternal() 299 Region* first_reg = ®ions_[left]; in AllocLarge()
|
/art/runtime/arch/ |
D | quick_alloc_entrypoints.S | 55 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/ |
D | quick_alloc_entrypoints.cc | 190 GENERATE_ENTRYPOINTS_FOR_ALLOCATOR(Region, gc::kAllocatorTypeRegion)
|