Searched refs:kAllocatorTypeTLAB (Results 1 – 5 of 5) sorted by relevance
28 kAllocatorTypeTLAB, // Use TLAB allocator, has entrypoints. enumerator
73 if (allocator == kAllocatorTypeTLAB || allocator == kAllocatorTypeRegionTLAB) { in AllocObjectWithAllocator()77 if ((allocator == kAllocatorTypeTLAB || allocator == kAllocatorTypeRegionTLAB) && in AllocObjectWithAllocator()242 if (allocator_type != kAllocatorTypeTLAB && in TryToAllocate()313 case kAllocatorTypeTLAB: { in TryToAllocate()
815 allocator_type != kAllocatorTypeTLAB && in AllocatorHasAllocationStack()822 allocator_type != kAllocatorTypeTLAB; in AllocatorMayHaveConcurrentGC()
1348 allocator_type == kAllocatorTypeTLAB) { in ThrowOutOfMemoryError()2272 ChangeAllocator(kAllocatorTypeTLAB); in ChangeCollector()2665 current_allocator_ == kAllocatorTypeTLAB || in CollectGarbageInternal()
35 if (kUseTlabFastPath && !instrumented_bool && allocator_type == gc::kAllocatorTypeTLAB) { \62 if (kUseTlabFastPath && !instrumented_bool && allocator_type == gc::kAllocatorTypeTLAB) { \88 if (kUseTlabFastPath && !instrumented_bool && allocator_type == gc::kAllocatorTypeTLAB) { \189 GENERATE_ENTRYPOINTS_FOR_ALLOCATOR(TLAB, gc::kAllocatorTypeTLAB)285 case gc::kAllocatorTypeTLAB: { in ResetQuickAllocEntryPoints()