Home
last modified time | relevance | path

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

/aosp12/art/runtime/gc/
H A Dallocator_type.h29 kAllocatorTypeBumpPointer, // Use global CAS-based BumpPointer allocator. (*) enumerator
H A Dheap-inl.h312 case kAllocatorTypeBumpPointer: { in TryToAllocate()
H A Dheap.h1005 allocator_type != kAllocatorTypeBumpPointer && in AllocatorHasAllocationStack()
1016 allocator_type != kAllocatorTypeBumpPointer; in AllocatorMayHaveConcurrentGC()
H A Dheap.cc1440 } else if (allocator_type == kAllocatorTypeBumpPointer || in ThrowOutOfMemoryError()
2154 ChangeAllocator(kAllocatorTypeBumpPointer); in ChangeCollector()
2647 DCHECK(current_allocator_ == kAllocatorTypeBumpPointer || in CollectGarbageInternal()
/aosp12/art/runtime/entrypoints/quick/
H A Dquick_alloc_entrypoints.cc136 GENERATE_ENTRYPOINTS_FOR_ALLOCATOR(BumpPointer, gc::kAllocatorTypeBumpPointer)
228 case gc::kAllocatorTypeBumpPointer: { in ResetQuickAllocEntryPoints()