Searched refs:Region (Results 1 – 6 of 6) sorted by relevance
/art/runtime/gc/space/ |
D | region_space.h | 234 Region* r = RefToRegionUnlocked(ref); in IsInFromSpace() 247 Region* r = RefToRegionUnlocked(ref); in IsInNewlyAllocatedRegion() 255 Region* r = RefToRegionUnlocked(ref); in IsInUnevacFromSpace() 263 Region* r = RefToRegionUnlocked(ref); in IsLargeObject() 271 Region* r = RefToRegionUnlocked(ref); in IsInToSpace() 290 Region* r = RefToRegionUnlocked(ref); in GetRegionTypeUnsafe() 314 Region* reg = RefToRegionUnlocked(ref); in AddLiveBytes() 322 Region* r = ®ions_[i]; in AssertAllRegionLiveBytesZeroOrCleared() 335 Region* r = ®ions_[i]; in SetAllRegionLiveBytesZero() 349 Region* reg = ®ions_[reg_idx]; in RegionIdxForRefUnchecked() [all …]
|
D | region_space.cc | 123 regions_.reset(new Region[num_regions_]); in RegionSpace() 153 Region* r = ®ions_[i]; in FromSpaceSize() 165 Region* r = ®ions_[i]; in UnevacFromSpaceSize() 177 Region* r = ®ions_[i]; in ToSpaceSize() 185 void RegionSpace::Region::SetAsUnevacFromSpace(bool clear_live_bytes) { in SetAsUnevacFromSpace() 213 bool RegionSpace::Region::GetUseGenerationalCC() { in GetUseGenerationalCC() 220 inline bool RegionSpace::Region::ShouldBeEvacuated(EvacMode evac_mode) { in ShouldBeEvacuated() 312 Region* region = RefToRegionLocked(reinterpret_cast<mirror::Object*>(addr)); in ZeroLiveBytesForLargeObject() 322 Region* following_region = RefToRegionLocked(reinterpret_cast<mirror::Object*>(end_addr)); in ZeroLiveBytesForLargeObject() 350 Region* r = ®ions_[i]; in SetFromSpace() [all …]
|
D | region_space-inl.h | 76 Region* r = AllocateRegion(kForEvac); in AllocNonvirtual() 99 inline mirror::Object* RegionSpace::Region::Alloc(size_t num_bytes, in Alloc() 131 Region* r = ®ions_[i]; in GetBytesAllocatedInternal() 166 Region* r = ®ions_[i]; in GetObjectsAllocatedInternal() 207 Region* r = ®ions_[i]; in ScanUnevacFromSpace() 237 Region* r = ®ions_[i]; in WalkInternal() 258 inline void RegionSpace::WalkNonLargeRegion(Visitor&& visitor, const Region* r) { in WalkNonLargeRegion() 415 Region* first_reg = ®ions_[left]; in AllocLargeInRange() 474 Region* reg = RefToRegionLocked(reinterpret_cast<mirror::Object*>(addr)); in FreeLarge() 489 Region* following_reg = RefToRegionLocked(reinterpret_cast<mirror::Object*>(end_addr)); in FreeLarge() [all …]
|
/art/runtime/arch/ |
D | quick_alloc_entrypoints.S | 51 GENERATE_ALLOC_ENTRYPOINTS _region, Region 215 GENERATE_ALLOC_ENTRYPOINTS_ALLOC_OBJECT_RESOLVED(_region, Region) 216 GENERATE_ALLOC_ENTRYPOINTS_ALLOC_OBJECT_INITIALIZED(_region, Region) 217 GENERATE_ALLOC_ENTRYPOINTS_ALLOC_OBJECT_WITH_ACCESS_CHECK(_region, Region) 218 GENERATE_ALLOC_ENTRYPOINTS_ALLOC_STRING_OBJECT(_region, Region) 219 GENERATE_ALLOC_ENTRYPOINTS_ALLOC_ARRAY_RESOLVED(_region, Region) 220 GENERATE_ALLOC_ENTRYPOINTS_ALLOC_ARRAY_RESOLVED8(_region, Region) 221 GENERATE_ALLOC_ENTRYPOINTS_ALLOC_ARRAY_RESOLVED16(_region, Region) 222 GENERATE_ALLOC_ENTRYPOINTS_ALLOC_ARRAY_RESOLVED32(_region, Region) 223 GENERATE_ALLOC_ENTRYPOINTS_ALLOC_ARRAY_RESOLVED64(_region, Region) [all …]
|
/art/test/1001-app-image-regions/ |
D | expected.txt | 3 Region size 262144
|
/art/runtime/entrypoints/quick/ |
D | quick_alloc_entrypoints.cc | 136 GENERATE_ENTRYPOINTS_FOR_ALLOCATOR(Region, gc::kAllocatorTypeRegion)
|