Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.cc850 void Heap::ChangeAllocator(AllocatorType allocator) { in ChangeAllocator() function in art::gc::Heap
2146 ChangeAllocator(kAllocatorTypeRegionTLAB); in ChangeCollector()
2148 ChangeAllocator(kAllocatorTypeRegion); in ChangeCollector()
2155 ChangeAllocator(kAllocatorTypeTLAB); in ChangeCollector()
2157 ChangeAllocator(kAllocatorTypeBumpPointer); in ChangeCollector()
2165 ChangeAllocator(kUseRosAlloc ? kAllocatorTypeRosAlloc : kAllocatorTypeDlMalloc); in ChangeCollector()
2172 ChangeAllocator(kUseRosAlloc ? kAllocatorTypeRosAlloc : kAllocatorTypeDlMalloc); in ChangeCollector()
Dheap.h323 void ChangeAllocator(AllocatorType allocator)