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()
290 if (allocator_type != kAllocatorTypeRegionTLAB && in TryToAllocate()389 case kAllocatorTypeRegionTLAB: { in TryToAllocate()
1397 allocator_type == kAllocatorTypeRegionTLAB) { in ThrowOutOfMemoryError()2146 ChangeAllocator(kAllocatorTypeRegionTLAB); in ChangeCollector()2633 current_allocator_ == kAllocatorTypeRegionTLAB); in CollectGarbageInternal()4205 DCHECK(allocator_type == kAllocatorTypeRegionTLAB); in AllocWithNewTLAB()
969 allocator_type != kAllocatorTypeRegionTLAB && in AllocatorHasAllocationStack()
136 GENERATE_ENTRYPOINTS_FOR_ALLOCATOR(RegionTLAB, gc::kAllocatorTypeRegionTLAB)240 case gc::kAllocatorTypeRegionTLAB: { in ResetQuickAllocEntryPoints()