Home
last modified time | relevance | path

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

/aosp12/art/runtime/gc/
H A Dallocator_type.h37 kAllocatorTypeRegion, // Use CAS-based contiguous bump-pointer allocation within a region. (*) enumerator
H A Dheap-inl.h392 case kAllocatorTypeRegion: { in TryToAllocate()
H A Dheap.h1007 allocator_type != kAllocatorTypeRegion; in AllocatorHasAllocationStack()
H A Dheap.cc1443 } else if (allocator_type == kAllocatorTypeRegion || in ThrowOutOfMemoryError()
2145 ChangeAllocator(kAllocatorTypeRegion); in ChangeCollector()
2649 current_allocator_ == kAllocatorTypeRegion || in CollectGarbageInternal()
/aosp12/art/runtime/entrypoints/quick/
H A Dquick_alloc_entrypoints.cc138 GENERATE_ENTRYPOINTS_FOR_ALLOCATOR(Region, gc::kAllocatorTypeRegion)
238 case gc::kAllocatorTypeRegion: { in ResetQuickAllocEntryPoints()