Lines Matching refs:current_allocator_
385 current_allocator_(kAllocatorTypeDlMalloc), in Heap()
964 if (current_allocator_ != allocator) { in ChangeAllocator()
968 current_allocator_ = allocator; in ChangeAllocator()
970 SetQuickAllocEntryPointsAllocator(current_allocator_); in ChangeAllocator()
2831 DCHECK(current_allocator_ == kAllocatorTypeBumpPointer || in CollectGarbageInternal()
2832 current_allocator_ == kAllocatorTypeTLAB || in CollectGarbageInternal()
2833 current_allocator_ == kAllocatorTypeRegion || in CollectGarbageInternal()
2834 current_allocator_ == kAllocatorTypeRegionTLAB); in CollectGarbageInternal()
2875 } else if (current_allocator_ == kAllocatorTypeRosAlloc || in CollectGarbageInternal()
2876 current_allocator_ == kAllocatorTypeDlMalloc) { in CollectGarbageInternal()
2879 LOG(FATAL) << "Invalid current allocator " << current_allocator_; in CollectGarbageInternal()