Home
last modified time | relevance | path

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

/art/runtime/gc/
Dallocator_type.h28 kAllocatorTypeTLAB, // Use TLAB allocator, has entrypoints. enumerator
39 return allocator == kAllocatorTypeTLAB || allocator == kAllocatorTypeRegionTLAB; in IsTLABAllocator()
Dheap-inl.h254 if (allocator_type != kAllocatorTypeTLAB && in TryToAllocate()
351 case kAllocatorTypeTLAB: in TryToAllocate()
Dheap.h864 allocator_type != kAllocatorTypeTLAB && in AllocatorHasAllocationStack()
875 allocator_type != kAllocatorTypeTLAB; in AllocatorMayHaveConcurrentGC()
Dheap.cc1231 allocator_type == kAllocatorTypeTLAB) { in ThrowOutOfMemoryError()
2145 ChangeAllocator(kAllocatorTypeTLAB); in ChangeCollector()
2568 current_allocator_ == kAllocatorTypeTLAB || in CollectGarbageInternal()
4041 } else if (allocator_type == kAllocatorTypeTLAB) { in AllocWithNewTLAB()
/art/runtime/entrypoints/quick/
Dquick_alloc_entrypoints.cc42 if (kUseTlabFastPath && !kInstrumented && allocator_type == gc::kAllocatorTypeTLAB) { in artAllocObjectFromCode()
127 GENERATE_ENTRYPOINTS_FOR_ALLOCATOR(TLAB, gc::kAllocatorTypeTLAB)
219 case gc::kAllocatorTypeTLAB: { in ResetQuickAllocEntryPoints()