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.h73 if (allocator == kAllocatorTypeTLAB || allocator == kAllocatorTypeRegionTLAB) { in AllocObjectWithAllocator()
77 if ((allocator == kAllocatorTypeTLAB || allocator == kAllocatorTypeRegionTLAB) && in AllocObjectWithAllocator()
243 allocator_type != kAllocatorTypeRegionTLAB && in TryToAllocate()
343 case kAllocatorTypeRegionTLAB: { in TryToAllocate()
Dheap.h817 allocator_type != kAllocatorTypeRegionTLAB; in AllocatorHasAllocationStack()
Dheap.cc1351 allocator_type == kAllocatorTypeRegionTLAB) { in ThrowOutOfMemoryError()
2261 ChangeAllocator(kAllocatorTypeRegionTLAB); in ChangeCollector()
2667 current_allocator_ == kAllocatorTypeRegionTLAB); in CollectGarbageInternal()
/art/runtime/entrypoints/quick/
Dquick_alloc_entrypoints.cc191 GENERATE_ENTRYPOINTS_FOR_ALLOCATOR(RegionTLAB, gc::kAllocatorTypeRegionTLAB)
295 case gc::kAllocatorTypeRegionTLAB: { in ResetQuickAllocEntryPoints()