Home
last modified time | relevance | path

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

/art/runtime/arch/
Dquick_alloc_entrypoints.S51 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/
Dregion_space.h240 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 = &regions_[i]; in AssertAllRegionLiveBytesZeroOrCleared()
342 Region* r = &regions_[i]; in SetAllRegionLiveBytesZero()
356 Region* reg = &regions_[reg_idx]; in RegionIdxForRefUnchecked()
[all …]
Dregion_space.cc124 regions_.reset(new Region[num_regions_]); in RegionSpace()
154 Region* r = &regions_[i]; in FromSpaceSize()
166 Region* r = &regions_[i]; in UnevacFromSpaceSize()
178 Region* r = &regions_[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 = &regions_[i]; in SetFromSpace()
[all …]
Dregion_space-inl.h74 Region* r = AllocateRegion(kForEvac); in AllocNonvirtual()
97 inline mirror::Object* RegionSpace::Region::Alloc(size_t num_bytes, in Alloc()
129 Region* r = &regions_[i]; in GetBytesAllocatedInternal()
164 Region* r = &regions_[i]; in GetObjectsAllocatedInternal()
205 Region* r = &regions_[i]; in ScanUnevacFromSpace()
235 Region* r = &regions_[i]; in WalkInternal()
256 inline void RegionSpace::WalkNonLargeRegion(Visitor&& visitor, const Region* r) { in WalkNonLargeRegion()
408 Region* first_reg = &regions_[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/
Dexpected-stdout.txt3 Region size 262144
/art/runtime/entrypoints/quick/
Dquick_alloc_entrypoints.cc138 GENERATE_ENTRYPOINTS_FOR_ALLOCATOR(Region, gc::kAllocatorTypeRegion)