Home
last modified time | relevance | path

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

/art/runtime/gc/
Dallocator_type.h29 kAllocatorTypeBumpPointer, // Use global CAS-based BumpPointer allocator. (*) enumerator
Dheap-inl.h315 case kAllocatorTypeBumpPointer: { in TryToAllocate()
Dheap.h1018 allocator_type != kAllocatorTypeBumpPointer && in AllocatorHasAllocationStack()
1029 allocator_type != kAllocatorTypeBumpPointer; in AllocatorMayHaveConcurrentGC()
Dheap.cc1470 } else if (allocator_type == kAllocatorTypeBumpPointer || in ThrowOutOfMemoryError()
2207 ChangeAllocator(kAllocatorTypeBumpPointer); in ChangeCollector()
2702 DCHECK(current_allocator_ == kAllocatorTypeBumpPointer || in CollectGarbageInternal()
/art/runtime/entrypoints/quick/
Dquick_alloc_entrypoints.cc136 GENERATE_ENTRYPOINTS_FOR_ALLOCATOR(BumpPointer, gc::kAllocatorTypeBumpPointer)
228 case gc::kAllocatorTypeBumpPointer: { in ResetQuickAllocEntryPoints()