Home
last modified time | relevance | path

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

/art/runtime/gc/
Dallocator_type.h35 kAllocatorTypeNonMoving, // Special allocator for non moving objects. enumerator
Dheap-inl.h185 UNLIKELY(allocator == kAllocatorTypeNonMoving)) { in AllocObjectWithAllocator()
375 case kAllocatorTypeNonMoving: { in TryToAllocate()
Dheap.cc386 current_non_moving_allocator_(kAllocatorTypeNonMoving), in Heap()
967 CHECK_NE(allocator, kAllocatorTypeNonMoving); in ChangeAllocator()
1522 if (allocator_type == kAllocatorTypeNonMoving) { in ThrowOutOfMemoryError()
1991 kAllocatorTypeNonMoving, in AllocateInternalWithGc()
Dheap.h311 return (old_allocator == kAllocatorTypeNonMoving) ? in GetUpdatedAllocator()