Home
last modified time | relevance | path

Searched refs:ChangeAllocator (Results 1 – 2 of 2) sorted by relevance

/art/runtime/gc/
Dheap.cc942 void Heap::ChangeAllocator(AllocatorType allocator) { in ChangeAllocator() function in art::gc::Heap
2253 ChangeAllocator(kAllocatorTypeRegionTLAB); in ChangeCollector()
2255 ChangeAllocator(kAllocatorTypeRegion); in ChangeCollector()
2262 ChangeAllocator(kAllocatorTypeTLAB); in ChangeCollector()
2264 ChangeAllocator(kAllocatorTypeBumpPointer); in ChangeCollector()
2271 ChangeAllocator(kAllocatorTypeTLAB); in ChangeCollector()
2273 ChangeAllocator(kAllocatorTypeBumpPointer); in ChangeCollector()
2281 ChangeAllocator(kUseRosAlloc ? kAllocatorTypeRosAlloc : kAllocatorTypeDlMalloc); in ChangeCollector()
2288 ChangeAllocator(kUseRosAlloc ? kAllocatorTypeRosAlloc : kAllocatorTypeDlMalloc); in ChangeCollector()
Dheap.h335 void ChangeAllocator(AllocatorType allocator)