Home
last modified time | relevance | path

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

/art/runtime/gc/
Dallocator_type.h37 kAllocatorTypeRegion, // Use CAS-based contiguous bump-pointer allocation within a region. (*) enumerator
Dheap-inl.h378 case kAllocatorTypeRegion: { in TryToAllocate()
Dheap.h972 allocator_type != kAllocatorTypeRegion; in AllocatorHasAllocationStack()
Dheap.cc1396 } else if (allocator_type == kAllocatorTypeRegion || in ThrowOutOfMemoryError()
2148 ChangeAllocator(kAllocatorTypeRegion); in ChangeCollector()
2632 current_allocator_ == kAllocatorTypeRegion || in CollectGarbageInternal()
/art/runtime/entrypoints/quick/
Dquick_alloc_entrypoints.cc135 GENERATE_ENTRYPOINTS_FOR_ALLOCATOR(Region, gc::kAllocatorTypeRegion)
235 case gc::kAllocatorTypeRegion: { in ResetQuickAllocEntryPoints()