Home
last modified time | relevance | path

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

/art/runtime/gc/
Dallocator_type.h33 kAllocatorTypeRegion, enumerator
Dheap-inl.h336 case kAllocatorTypeRegion: { in TryToAllocate()
Dheap.h816 allocator_type != kAllocatorTypeRegion && in AllocatorHasAllocationStack()
Dheap.cc1350 } else if (allocator_type == kAllocatorTypeRegion || in ThrowOutOfMemoryError()
2263 ChangeAllocator(kAllocatorTypeRegion); in ChangeCollector()
2666 current_allocator_ == kAllocatorTypeRegion || in CollectGarbageInternal()
/art/runtime/entrypoints/quick/
Dquick_alloc_entrypoints.cc190 GENERATE_ENTRYPOINTS_FOR_ALLOCATOR(Region, gc::kAllocatorTypeRegion)
290 case gc::kAllocatorTypeRegion: { in ResetQuickAllocEntryPoints()