Searched refs:current_allocator_ (Results 1 – 2 of 2) sorted by relevance
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()[all …]
272 return current_allocator_; in GetCurrentAllocator()1423 AllocatorType current_allocator_; variable