Searched refs:kAllocatorTypeBumpPointer (Results 1 – 5 of 5) sorted by relevance
27 kAllocatorTypeBumpPointer, // Use BumpPointer allocator, has entrypoints. enumerator
233 case kAllocatorTypeBumpPointer: { in TryToAllocate()
714 allocator_type != kAllocatorTypeBumpPointer && in AllocatorHasAllocationStack()721 allocator_type != kAllocatorTypeBumpPointer && in AllocatorMayHaveConcurrentGC()
1151 } else if (allocator_type == kAllocatorTypeBumpPointer || in ThrowOutOfMemoryError()2043 ChangeAllocator(kAllocatorTypeBumpPointer); in ChangeCollector()2423 DCHECK(current_allocator_ == kAllocatorTypeBumpPointer || in CollectGarbageInternal()
190 GENERATE_ENTRYPOINTS_FOR_ALLOCATOR(BumpPointer, gc::kAllocatorTypeBumpPointer)282 case gc::kAllocatorTypeBumpPointer: { in ResetQuickAllocEntryPoints()