Searched refs:kAllocatorTypeTLAB (Results 1 – 5 of 5) sorted by relevance
28 kAllocatorTypeTLAB, // Use TLAB allocator, has entrypoints. enumerator39 return allocator == kAllocatorTypeTLAB || allocator == kAllocatorTypeRegionTLAB; in IsTLABAllocator()
246 if (allocator_type != kAllocatorTypeTLAB && in TryToAllocate()343 case kAllocatorTypeTLAB: in TryToAllocate()
855 allocator_type != kAllocatorTypeTLAB && in AllocatorHasAllocationStack()866 allocator_type != kAllocatorTypeTLAB; in AllocatorMayHaveConcurrentGC()
1321 allocator_type == kAllocatorTypeTLAB) { in ThrowOutOfMemoryError()2271 ChangeAllocator(kAllocatorTypeTLAB); in ChangeCollector()2700 current_allocator_ == kAllocatorTypeTLAB || in CollectGarbageInternal()4215 } else if (allocator_type == kAllocatorTypeTLAB) { in AllocWithNewTLAB()
41 if (kUseTlabFastPath && !kInstrumented && allocator_type == gc::kAllocatorTypeTLAB) { in artAllocObjectFromCode()126 GENERATE_ENTRYPOINTS_FOR_ALLOCATOR(TLAB, gc::kAllocatorTypeTLAB)218 case gc::kAllocatorTypeTLAB: { in ResetQuickAllocEntryPoints()