Lines Matching refs:current_allocator_
270 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()
2784 LOG(FATAL) << "Invalid current allocator " << current_allocator_; in CollectGarbageInternal()