Searched refs:kAllocatorTypeBumpPointer (Results 1 – 5 of 5) sorted by relevance
29 kAllocatorTypeBumpPointer, // Use global CAS-based BumpPointer allocator. (*) enumerator
315 case kAllocatorTypeBumpPointer: { in TryToAllocate()
1018 allocator_type != kAllocatorTypeBumpPointer && in AllocatorHasAllocationStack()1029 allocator_type != kAllocatorTypeBumpPointer; in AllocatorMayHaveConcurrentGC()
1470 } else if (allocator_type == kAllocatorTypeBumpPointer || in ThrowOutOfMemoryError()2207 ChangeAllocator(kAllocatorTypeBumpPointer); in ChangeCollector()2702 DCHECK(current_allocator_ == kAllocatorTypeBumpPointer || in CollectGarbageInternal()
136 GENERATE_ENTRYPOINTS_FOR_ALLOCATOR(BumpPointer, gc::kAllocatorTypeBumpPointer)228 case gc::kAllocatorTypeBumpPointer: { in ResetQuickAllocEntryPoints()