Home
last modified time | relevance | path

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

/art/runtime/gc/
Dallocator_type.h32 kAllocatorTypeTLAB, // Use TLAB allocator within BumpPointer space. (*) enumerator
45 return allocator == kAllocatorTypeTLAB || allocator == kAllocatorTypeRegionTLAB; in IsTLABAllocator()
Dheap-inl.h308 allocator_type != kAllocatorTypeTLAB && in TryToAllocate()
404 case kAllocatorTypeTLAB: in TryToAllocate()
Dheap.cc1528 allocator_type == kAllocatorTypeTLAB) { in ThrowOutOfMemoryError()
2317 ChangeAllocator(kAllocatorTypeTLAB); in ChangeCollector()
2326 ChangeAllocator(kAllocatorTypeTLAB); in ChangeCollector()
2832 current_allocator_ == kAllocatorTypeTLAB || in CollectGarbageInternal()
4570 } else if (allocator_type == kAllocatorTypeTLAB) { in AllocWithNewTLAB()
Dheap.h1075 allocator_type != kAllocatorTypeTLAB && in AllocatorHasAllocationStack()
/art/runtime/entrypoints/quick/
Dquick_alloc_entrypoints.cc46 allocator_type == gc::kAllocatorTypeTLAB) { in artAllocObjectFromCode()
137 GENERATE_ENTRYPOINTS_FOR_ALLOCATOR(TLAB, gc::kAllocatorTypeTLAB)
233 case gc::kAllocatorTypeTLAB: { in ResetQuickAllocEntryPoints()