Searched refs:kAllocatorTypeRosAlloc (Results 1 – 5 of 5) sorted by relevance
27 kAllocatorTypeRosAlloc, // Use RosAlloc allocator, has entrypoints. enumerator
214 case kAllocatorTypeRosAlloc: { in TryToAllocate()
944 } else if (allocator_type == kAllocatorTypeRosAlloc || in ThrowOutOfMemoryError()1366 case kAllocatorTypeRosAlloc: in AllocateInternalWithGc()1824 ChangeAllocator(kUseRosAlloc ? kAllocatorTypeRosAlloc : kAllocatorTypeDlMalloc); in ChangeCollector()1831 ChangeAllocator(kUseRosAlloc ? kAllocatorTypeRosAlloc : kAllocatorTypeDlMalloc); in ChangeCollector()2208 } else if (current_allocator_ == kAllocatorTypeRosAlloc || in CollectGarbageInternal()
24 gc::kUseRosAlloc ? gc::kAllocatorTypeRosAlloc : gc::kAllocatorTypeDlMalloc;
109 GENERATE_ENTRYPOINTS_FOR_ALLOCATOR(RosAlloc, gc::kAllocatorTypeRosAlloc)182 case gc::kAllocatorTypeRosAlloc: { in ResetQuickAllocEntryPoints()