Home
last modified time | relevance | path

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

/art/runtime/gc/
Dallocator_type.h31 kAllocatorTypeNonMoving, // Special allocator for non moving objects, doesn't have entrypoints. enumerator
Dheap-inl.h134 if (collector::SemiSpace::kUseRememberedSet && UNLIKELY(allocator == kAllocatorTypeNonMoving)) { in AllocObjectWithAllocator()
282 case kAllocatorTypeNonMoving: { in TryToAllocate()
Dheap.cc185 current_non_moving_allocator_(kAllocatorTypeNonMoving), in Heap()
600 CHECK_NE(allocator, kAllocatorTypeNonMoving); in ChangeAllocator()
1146 if (allocator_type == kAllocatorTypeNonMoving) { in ThrowOutOfMemoryError()
1626 case kAllocatorTypeNonMoving: { in AllocateInternalWithGc()