Home
last modified time | relevance | path

Searched refs:kAllocatorTypeRosAlloc (Results 1 – 4 of 4) sorted by relevance

/art/runtime/gc/
Dallocator_type.h29 kAllocatorTypeRosAlloc, // Use RosAlloc allocator, has entrypoints. enumerator
Dheap-inl.h96 !kInstrumented && allocator == kAllocatorTypeRosAlloc && in AllocObjectWithAllocator()
248 allocator_type != kAllocatorTypeRosAlloc && in TryToAllocate()
265 case kAllocatorTypeRosAlloc: { in TryToAllocate()
Dheap.cc1317 } else if (allocator_type == kAllocatorTypeRosAlloc || in ThrowOutOfMemoryError()
1750 case kAllocatorTypeRosAlloc: in AllocateInternalWithGc()
2281 ChangeAllocator(kUseRosAlloc ? kAllocatorTypeRosAlloc : kAllocatorTypeDlMalloc); in ChangeCollector()
2288 ChangeAllocator(kUseRosAlloc ? kAllocatorTypeRosAlloc : kAllocatorTypeDlMalloc); in ChangeCollector()
2731 } else if (current_allocator_ == kAllocatorTypeRosAlloc || in CollectGarbageInternal()
/art/runtime/entrypoints/quick/
Dquick_alloc_entrypoints.cc124 GENERATE_ENTRYPOINTS_FOR_ALLOCATOR(RosAlloc, gc::kAllocatorTypeRosAlloc)
209 case gc::kAllocatorTypeRosAlloc: { in ResetQuickAllocEntryPoints()