Searched refs:Region (Results 1 – 6 of 6) sorted by relevance
/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/runtime/gc/space/ |
D | region_space.h | 240 Region* r = RefToRegionUnlocked(ref); in IsInFromSpace() 253 Region* r = RefToRegionUnlocked(ref); in IsInNewlyAllocatedRegion() 261 Region* r = RefToRegionUnlocked(ref); in IsInUnevacFromSpace() 269 Region* r = RefToRegionUnlocked(ref); in IsLargeObject() 277 Region* r = RefToRegionUnlocked(ref); in IsInToSpace() 296 Region* r = RefToRegionUnlocked(ref); in GetRegionTypeUnsafe() 321 Region* reg = RefToRegionUnlocked(ref); in AddLiveBytes() 329 Region* r = ®ions_[i]; in AssertAllRegionLiveBytesZeroOrCleared() 342 Region* r = ®ions_[i]; in SetAllRegionLiveBytesZero() 356 Region* reg = ®ions_[reg_idx]; in RegionIdxForRefUnchecked() [all …]
|
D | region_space.cc | 124 regions_.reset(new Region[num_regions_]); in RegionSpace() 154 Region* r = ®ions_[i]; in FromSpaceSize() 166 Region* r = ®ions_[i]; in UnevacFromSpaceSize() 178 Region* r = ®ions_[i]; in ToSpaceSize() 186 void RegionSpace::Region::SetAsUnevacFromSpace(bool clear_live_bytes) { in SetAsUnevacFromSpace() 214 bool RegionSpace::Region::GetUseGenerationalCC() { in GetUseGenerationalCC() 221 inline bool RegionSpace::Region::ShouldBeEvacuated(EvacMode evac_mode) { in ShouldBeEvacuated() 294 Region* region = RefToRegionLocked(reinterpret_cast<mirror::Object*>(addr)); in ZeroLiveBytesForLargeObject() 304 Region* following_region = RefToRegionLocked(reinterpret_cast<mirror::Object*>(end_addr)); in ZeroLiveBytesForLargeObject() 336 Region* r = ®ions_[i]; in SetFromSpace() [all …]
|
D | region_space-inl.h | 74 Region* r = AllocateRegion(kForEvac); in AllocNonvirtual() 97 inline mirror::Object* RegionSpace::Region::Alloc(size_t num_bytes, in Alloc() 129 Region* r = ®ions_[i]; in GetBytesAllocatedInternal() 164 Region* r = ®ions_[i]; in GetObjectsAllocatedInternal() 205 Region* r = ®ions_[i]; in ScanUnevacFromSpace() 235 Region* r = ®ions_[i]; in WalkInternal() 256 inline void RegionSpace::WalkNonLargeRegion(Visitor&& visitor, const Region* r) { in WalkNonLargeRegion() 408 Region* first_reg = ®ions_[left]; in AllocLargeInRange() 467 Region* reg = RefToRegionLocked(reinterpret_cast<mirror::Object*>(addr)); in FreeLarge() 482 Region* following_reg = RefToRegionLocked(reinterpret_cast<mirror::Object*>(end_addr)); in FreeLarge() [all …]
|
/art/test/1001-app-image-regions/ |
D | expected-stdout.txt | 3 Region size 262144
|
/art/runtime/entrypoints/quick/ |
D | quick_alloc_entrypoints.cc | 138 GENERATE_ENTRYPOINTS_FOR_ALLOCATOR(Region, gc::kAllocatorTypeRegion)
|