Lines Matching refs:current_allocator_
184 current_allocator_(kAllocatorTypeDlMalloc),
597 if (current_allocator_ != allocator) {
601 current_allocator_ = allocator;
603 SetQuickAllocEntryPointsAllocator(current_allocator_);
2423 DCHECK(current_allocator_ == kAllocatorTypeBumpPointer ||
2424 current_allocator_ == kAllocatorTypeTLAB ||
2425 current_allocator_ == kAllocatorTypeRegion ||
2426 current_allocator_ == kAllocatorTypeRegionTLAB);
2452 } else if (current_allocator_ == kAllocatorTypeRosAlloc ||
2453 current_allocator_ == kAllocatorTypeDlMalloc) {
2456 LOG(FATAL) << "Invalid current allocator " << current_allocator_;