Home
last modified time | relevance | path

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

/art/runtime/gc/
Dallocator_type.h39 kAllocatorTypeRegion, // Use CAS-based contiguous bump-pointer allocation within a region. (*) enumerator
Dheap-inl.h395 case kAllocatorTypeRegion: { in TryToAllocate()
Dheap.h1076 allocator_type != kAllocatorTypeRegion; in AllocatorHasAllocationStack()
Dheap.cc1530 } else if (allocator_type == kAllocatorTypeRegion || in ThrowOutOfMemoryError()
2310 ChangeAllocator(kAllocatorTypeRegion); in ChangeCollector()
2833 current_allocator_ == kAllocatorTypeRegion || in CollectGarbageInternal()
/art/runtime/entrypoints/quick/
Dquick_alloc_entrypoints.cc138 GENERATE_ENTRYPOINTS_FOR_ALLOCATOR(Region, gc::kAllocatorTypeRegion)
238 case gc::kAllocatorTypeRegion: { in ResetQuickAllocEntryPoints()