Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.cc815 void Heap::ChangeAllocator(AllocatorType allocator) { in ChangeAllocator() function in art::gc::Heap
2287 ChangeAllocator(kAllocatorTypeRegionTLAB); in ChangeCollector()
2289 ChangeAllocator(kAllocatorTypeRegion); in ChangeCollector()
2297 ChangeAllocator(kAllocatorTypeTLAB); in ChangeCollector()
2299 ChangeAllocator(kAllocatorTypeBumpPointer); in ChangeCollector()
2307 ChangeAllocator(kUseRosAlloc ? kAllocatorTypeRosAlloc : kAllocatorTypeDlMalloc); in ChangeCollector()
2314 ChangeAllocator(kUseRosAlloc ? kAllocatorTypeRosAlloc : kAllocatorTypeDlMalloc); in ChangeCollector()
Dheap.h308 void ChangeAllocator(AllocatorType allocator)