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
Dheap-inl.h73 if (allocator == kAllocatorTypeTLAB || allocator == kAllocatorTypeRegionTLAB) { in AllocObjectWithAllocator()
77 if ((allocator == kAllocatorTypeTLAB || allocator == kAllocatorTypeRegionTLAB) && in AllocObjectWithAllocator()
242 if (allocator_type != kAllocatorTypeTLAB && in TryToAllocate()
313 case kAllocatorTypeTLAB: { in TryToAllocate()
Dheap.h815 allocator_type != kAllocatorTypeTLAB && in AllocatorHasAllocationStack()
822 allocator_type != kAllocatorTypeTLAB; in AllocatorMayHaveConcurrentGC()
Dheap.cc1348 allocator_type == kAllocatorTypeTLAB) { in ThrowOutOfMemoryError()
2272 ChangeAllocator(kAllocatorTypeTLAB); in ChangeCollector()
2665 current_allocator_ == kAllocatorTypeTLAB || in CollectGarbageInternal()
/art/runtime/entrypoints/quick/
Dquick_alloc_entrypoints.cc35 if (kUseTlabFastPath && !instrumented_bool && allocator_type == gc::kAllocatorTypeTLAB) { \
62 if (kUseTlabFastPath && !instrumented_bool && allocator_type == gc::kAllocatorTypeTLAB) { \
88 if (kUseTlabFastPath && !instrumented_bool && allocator_type == gc::kAllocatorTypeTLAB) { \
189 GENERATE_ENTRYPOINTS_FOR_ALLOCATOR(TLAB, gc::kAllocatorTypeTLAB)
285 case gc::kAllocatorTypeTLAB: { in ResetQuickAllocEntryPoints()