Home
last modified time | relevance | path

Searched refs:kAllocatorTypeNonMoving (Results 1 – 3 of 3) sorted by relevance

/art/runtime/gc/
Dallocator_type.h33 kAllocatorTypeNonMoving, // Special allocator for non moving objects. enumerator
Dheap-inl.h175 UNLIKELY(allocator == kAllocatorTypeNonMoving)) { in AllocObjectWithAllocator()
358 case kAllocatorTypeNonMoving: { in TryToAllocate()
Dheap.cc312 current_non_moving_allocator_(kAllocatorTypeNonMoving), in Heap()
852 CHECK_NE(allocator, kAllocatorTypeNonMoving); in ChangeAllocator()
1385 if (allocator_type == kAllocatorTypeNonMoving) { in ThrowOutOfMemoryError()