Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.cc215 current_allocator_(kAllocatorTypeDlMalloc), in Heap()
709 if (current_allocator_ != allocator) { in ChangeAllocator()
713 current_allocator_ = allocator; in ChangeAllocator()
715 SetQuickAllocEntryPointsAllocator(current_allocator_); in ChangeAllocator()
2664 DCHECK(current_allocator_ == kAllocatorTypeBumpPointer || in CollectGarbageInternal()
2665 current_allocator_ == kAllocatorTypeTLAB || in CollectGarbageInternal()
2666 current_allocator_ == kAllocatorTypeRegion || in CollectGarbageInternal()
2667 current_allocator_ == kAllocatorTypeRegionTLAB); in CollectGarbageInternal()
2697 } else if (current_allocator_ == kAllocatorTypeRosAlloc || in CollectGarbageInternal()
2698 current_allocator_ == kAllocatorTypeDlMalloc) { in CollectGarbageInternal()
[all …]
Dheap.h226 return current_allocator_; in GetCurrentAllocator()
1236 AllocatorType current_allocator_; variable