Home
last modified time | relevance | path

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

/art/runtime/gc/
Dallocator_type.h27 kAllocatorTypeBumpPointer, // Use BumpPointer allocator, has entrypoints. enumerator
Dheap-inl.h233 case kAllocatorTypeBumpPointer: { in TryToAllocate()
Dheap.h714 allocator_type != kAllocatorTypeBumpPointer && in AllocatorHasAllocationStack()
721 allocator_type != kAllocatorTypeBumpPointer && in AllocatorMayHaveConcurrentGC()
Dheap.cc1151 } else if (allocator_type == kAllocatorTypeBumpPointer || in ThrowOutOfMemoryError()
2043 ChangeAllocator(kAllocatorTypeBumpPointer); in ChangeCollector()
2423 DCHECK(current_allocator_ == kAllocatorTypeBumpPointer || in CollectGarbageInternal()
/art/runtime/entrypoints/quick/
Dquick_alloc_entrypoints.cc190 GENERATE_ENTRYPOINTS_FOR_ALLOCATOR(BumpPointer, gc::kAllocatorTypeBumpPointer)
282 case gc::kAllocatorTypeBumpPointer: { in ResetQuickAllocEntryPoints()