Searched refs:kAllocatorTypeRegionTLAB (Results 1 – 5 of 5) sorted by relevance
38 kAllocatorTypeRegionTLAB, // Use region pieces as TLABs. Default for most small objects. (*) enumerator43 return allocator == kAllocatorTypeTLAB || allocator == kAllocatorTypeRegionTLAB; in IsTLABAllocator()
304 if (allocator_type != kAllocatorTypeRegionTLAB && in TryToAllocate()403 case kAllocatorTypeRegionTLAB: { in TryToAllocate()
1444 allocator_type == kAllocatorTypeRegionTLAB) { in ThrowOutOfMemoryError()2143 ChangeAllocator(kAllocatorTypeRegionTLAB); in ChangeCollector()2650 current_allocator_ == kAllocatorTypeRegionTLAB); in CollectGarbageInternal()4355 DCHECK(allocator_type == kAllocatorTypeRegionTLAB); in AllocWithNewTLAB()
1004 allocator_type != kAllocatorTypeRegionTLAB && in AllocatorHasAllocationStack()
139 GENERATE_ENTRYPOINTS_FOR_ALLOCATOR(RegionTLAB, gc::kAllocatorTypeRegionTLAB)243 case gc::kAllocatorTypeRegionTLAB: { in ResetQuickAllocEntryPoints()