Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.cc311 current_allocator_(kAllocatorTypeDlMalloc), in Heap()
849 if (current_allocator_ != allocator) { in ChangeAllocator()
853 current_allocator_ = allocator; in ChangeAllocator()
855 SetQuickAllocEntryPointsAllocator(current_allocator_); in ChangeAllocator()
2628 DCHECK(current_allocator_ == kAllocatorTypeBumpPointer || in CollectGarbageInternal()
2629 current_allocator_ == kAllocatorTypeTLAB || in CollectGarbageInternal()
2630 current_allocator_ == kAllocatorTypeRegion || in CollectGarbageInternal()
2631 current_allocator_ == kAllocatorTypeRegionTLAB); in CollectGarbageInternal()
2661 } else if (current_allocator_ == kAllocatorTypeRosAlloc || in CollectGarbageInternal()
2662 current_allocator_ == kAllocatorTypeDlMalloc) { in CollectGarbageInternal()
[all …]
Dheap.h282 return current_allocator_; in GetCurrentAllocator()
1463 AllocatorType current_allocator_; variable