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.h298 case kAllocatorTypeBumpPointer: { in TryToAllocate()
Dheap.h970 allocator_type != kAllocatorTypeBumpPointer && in AllocatorHasAllocationStack()
981 allocator_type != kAllocatorTypeBumpPointer; in AllocatorMayHaveConcurrentGC()
Dheap.cc1393 } else if (allocator_type == kAllocatorTypeBumpPointer || in ThrowOutOfMemoryError()
2157 ChangeAllocator(kAllocatorTypeBumpPointer); in ChangeCollector()
2630 DCHECK(current_allocator_ == kAllocatorTypeBumpPointer || in CollectGarbageInternal()
/art/runtime/entrypoints/quick/
Dquick_alloc_entrypoints.cc133 GENERATE_ENTRYPOINTS_FOR_ALLOCATOR(BumpPointer, gc::kAllocatorTypeBumpPointer)
225 case gc::kAllocatorTypeBumpPointer: { in ResetQuickAllocEntryPoints()