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
Dheap-inl.h72 if (allocator == kAllocatorTypeTLAB || allocator == kAllocatorTypeRegionTLAB) { in AllocObjectWithAllocator()
76 if ((allocator == kAllocatorTypeTLAB || allocator == kAllocatorTypeRegionTLAB) && in AllocObjectWithAllocator()
226 if (allocator_type != kAllocatorTypeTLAB && allocator_type != kAllocatorTypeRegionTLAB && in TryToAllocate()
326 case kAllocatorTypeRegionTLAB: { in TryToAllocate()
Dheap.h717 allocator_type != kAllocatorTypeRegionTLAB; in AllocatorHasAllocationStack()
Dheap.cc1155 allocator_type == kAllocatorTypeRegionTLAB) { in ThrowOutOfMemoryError()
2030 ChangeAllocator(kAllocatorTypeRegionTLAB); in ChangeCollector()
2426 current_allocator_ == kAllocatorTypeRegionTLAB); in CollectGarbageInternal()
/art/runtime/entrypoints/quick/
Dquick_alloc_entrypoints.cc193 GENERATE_ENTRYPOINTS_FOR_ALLOCATOR(RegionTLAB, gc::kAllocatorTypeRegionTLAB)
297 case gc::kAllocatorTypeRegionTLAB: { in ResetQuickAllocEntryPoints()