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.h319 case kAllocatorTypeRegion: { in TryToAllocate()
Dheap.h716 allocator_type != kAllocatorTypeRegion && in AllocatorHasAllocationStack()
Dheap.cc1154 } else if (allocator_type == kAllocatorTypeRegion || in ThrowOutOfMemoryError()
2032 ChangeAllocator(kAllocatorTypeRegion); in ChangeCollector()
2425 current_allocator_ == kAllocatorTypeRegion || in CollectGarbageInternal()
/art/runtime/entrypoints/quick/
Dquick_alloc_entrypoints.cc192 GENERATE_ENTRYPOINTS_FOR_ALLOCATOR(Region, gc::kAllocatorTypeRegion)
292 case gc::kAllocatorTypeRegion: { in ResetQuickAllocEntryPoints()