Searched refs:kAllocatorTypeTLAB (Results 1 – 5 of 5) sorted by relevance
32 kAllocatorTypeTLAB, // Use TLAB allocator within BumpPointer space. (*) enumerator45 return allocator == kAllocatorTypeTLAB || allocator == kAllocatorTypeRegionTLAB; in IsTLABAllocator()
308 allocator_type != kAllocatorTypeTLAB && in TryToAllocate()404 case kAllocatorTypeTLAB: in TryToAllocate()
1528 allocator_type == kAllocatorTypeTLAB) { in ThrowOutOfMemoryError()2317 ChangeAllocator(kAllocatorTypeTLAB); in ChangeCollector()2326 ChangeAllocator(kAllocatorTypeTLAB); in ChangeCollector()2832 current_allocator_ == kAllocatorTypeTLAB || in CollectGarbageInternal()4570 } else if (allocator_type == kAllocatorTypeTLAB) { in AllocWithNewTLAB()
1075 allocator_type != kAllocatorTypeTLAB && in AllocatorHasAllocationStack()
46 allocator_type == gc::kAllocatorTypeTLAB) { in artAllocObjectFromCode()137 GENERATE_ENTRYPOINTS_FOR_ALLOCATOR(TLAB, gc::kAllocatorTypeTLAB)233 case gc::kAllocatorTypeTLAB: { in ResetQuickAllocEntryPoints()