Searched refs:kAllocatorTypeTLAB (Results 1 – 5 of 5) sorted by relevance
30 kAllocatorTypeTLAB, // Use TLAB allocator within BumpPointer space. (*) enumerator43 return allocator == kAllocatorTypeTLAB || allocator == kAllocatorTypeRegionTLAB; in IsTLABAllocator()
291 allocator_type != kAllocatorTypeTLAB && in TryToAllocate()387 case kAllocatorTypeTLAB: in TryToAllocate()
971 allocator_type != kAllocatorTypeTLAB && in AllocatorHasAllocationStack()980 allocator_type != kAllocatorTypeTLAB && in AllocatorMayHaveConcurrentGC()
1394 allocator_type == kAllocatorTypeTLAB) { in ThrowOutOfMemoryError()2155 ChangeAllocator(kAllocatorTypeTLAB); in ChangeCollector()2631 current_allocator_ == kAllocatorTypeTLAB || in CollectGarbageInternal()4192 } else if (allocator_type == kAllocatorTypeTLAB) { in AllocWithNewTLAB()
43 if (kUseTlabFastPath && !kInstrumented && allocator_type == gc::kAllocatorTypeTLAB) { in artAllocObjectFromCode()134 GENERATE_ENTRYPOINTS_FOR_ALLOCATOR(TLAB, gc::kAllocatorTypeTLAB)230 case gc::kAllocatorTypeTLAB: { in ResetQuickAllocEntryPoints()