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()
257 if (allocator_type != kAllocatorTypeRegionTLAB && in TryToAllocate()356 case kAllocatorTypeRegionTLAB: { in TryToAllocate()
1382 allocator_type == kAllocatorTypeRegionTLAB) { in ThrowOutOfMemoryError()2287 ChangeAllocator(kAllocatorTypeRegionTLAB); in ChangeCollector()2748 current_allocator_ == kAllocatorTypeRegionTLAB); in CollectGarbageInternal()4347 DCHECK(allocator_type == kAllocatorTypeRegionTLAB); in AllocWithNewTLAB()
941 allocator_type != kAllocatorTypeRegionTLAB && in AllocatorHasAllocationStack()
137 GENERATE_ENTRYPOINTS_FOR_ALLOCATOR(RegionTLAB, gc::kAllocatorTypeRegionTLAB)241 case gc::kAllocatorTypeRegionTLAB: { in ResetQuickAllocEntryPoints()