Home
last modified time | relevance | path

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

/art/runtime/gc/
Dallocator_type.h34 kAllocatorTypeRegionTLAB, enumerator
39 return allocator == kAllocatorTypeTLAB || allocator == kAllocatorTypeRegionTLAB; in IsTLABAllocator()
Dheap-inl.h247 allocator_type != kAllocatorTypeRegionTLAB && in TryToAllocate()
345 case kAllocatorTypeRegionTLAB: { in TryToAllocate()
Dheap.cc1324 allocator_type == kAllocatorTypeRegionTLAB) { in ThrowOutOfMemoryError()
2260 ChangeAllocator(kAllocatorTypeRegionTLAB); in ChangeCollector()
2702 current_allocator_ == kAllocatorTypeRegionTLAB); in CollectGarbageInternal()
4228 DCHECK(allocator_type == kAllocatorTypeRegionTLAB); in AllocWithNewTLAB()
Dheap.h857 allocator_type != kAllocatorTypeRegionTLAB; in AllocatorHasAllocationStack()
/art/runtime/entrypoints/quick/
Dquick_alloc_entrypoints.cc128 GENERATE_ENTRYPOINTS_FOR_ALLOCATOR(RegionTLAB, gc::kAllocatorTypeRegionTLAB)
228 case gc::kAllocatorTypeRegionTLAB: { in ResetQuickAllocEntryPoints()