Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.cc963 void Heap::ChangeAllocator(AllocatorType allocator) { in ChangeAllocator() function in art::gc::Heap
2308 ChangeAllocator(kAllocatorTypeRegionTLAB); in ChangeCollector()
2310 ChangeAllocator(kAllocatorTypeRegion); in ChangeCollector()
2317 ChangeAllocator(kAllocatorTypeTLAB); in ChangeCollector()
2319 ChangeAllocator(kAllocatorTypeBumpPointer); in ChangeCollector()
2326 ChangeAllocator(kAllocatorTypeTLAB); in ChangeCollector()
2328 ChangeAllocator(kAllocatorTypeBumpPointer); in ChangeCollector()
2336 ChangeAllocator(kUseRosAlloc ? kAllocatorTypeRosAlloc : kAllocatorTypeDlMalloc); in ChangeCollector()
2343 ChangeAllocator(kUseRosAlloc ? kAllocatorTypeRosAlloc : kAllocatorTypeDlMalloc); in ChangeCollector()
Dheap.h347 void ChangeAllocator(AllocatorType allocator)