Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.cc270 current_allocator_(kAllocatorTypeDlMalloc), in Heap()
816 if (current_allocator_ != allocator) { in ChangeAllocator()
820 current_allocator_ = allocator; in ChangeAllocator()
822 SetQuickAllocEntryPointsAllocator(current_allocator_); in ChangeAllocator()
2745 DCHECK(current_allocator_ == kAllocatorTypeBumpPointer || in CollectGarbageInternal()
2746 current_allocator_ == kAllocatorTypeTLAB || in CollectGarbageInternal()
2747 current_allocator_ == kAllocatorTypeRegion || in CollectGarbageInternal()
2748 current_allocator_ == kAllocatorTypeRegionTLAB); in CollectGarbageInternal()
2780 } else if (current_allocator_ == kAllocatorTypeRosAlloc || in CollectGarbageInternal()
2781 current_allocator_ == kAllocatorTypeDlMalloc) { in CollectGarbageInternal()
[all …]
Dheap.h272 return current_allocator_; in GetCurrentAllocator()
1423 AllocatorType current_allocator_; variable