Home
last modified time | relevance | path

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

/art/runtime/gc/
Dallocator_type.h38 kAllocatorTypeRegionTLAB, // Use region pieces as TLABs. Default for most small objects. (*) enumerator
43 return allocator == kAllocatorTypeTLAB || allocator == kAllocatorTypeRegionTLAB; in IsTLABAllocator()
Dheap-inl.h304 if (allocator_type != kAllocatorTypeRegionTLAB && in TryToAllocate()
403 case kAllocatorTypeRegionTLAB: { in TryToAllocate()
Dheap.cc1444 allocator_type == kAllocatorTypeRegionTLAB) { in ThrowOutOfMemoryError()
2143 ChangeAllocator(kAllocatorTypeRegionTLAB); in ChangeCollector()
2650 current_allocator_ == kAllocatorTypeRegionTLAB); in CollectGarbageInternal()
4355 DCHECK(allocator_type == kAllocatorTypeRegionTLAB); in AllocWithNewTLAB()
Dheap.h1004 allocator_type != kAllocatorTypeRegionTLAB && in AllocatorHasAllocationStack()
/art/runtime/entrypoints/quick/
Dquick_alloc_entrypoints.cc139 GENERATE_ENTRYPOINTS_FOR_ALLOCATOR(RegionTLAB, gc::kAllocatorTypeRegionTLAB)
243 case gc::kAllocatorTypeRegionTLAB: { in ResetQuickAllocEntryPoints()