Home
last modified time | relevance | path

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

/art/runtime/gc/
Dallocator_type.h30 kAllocatorTypeLOS, // Large object space, also doesn't have entrypoints. enumerator
Dheap-inl.h190 kAllocatorTypeLOS, in AllocLargeObject()
238 case kAllocatorTypeLOS: { in TryToAllocate()
Dheap.cc520 CHECK_NE(allocator, kAllocatorTypeLOS); in ChangeAllocator()
/art/runtime/mirror/
Darray-inl.h136 DCHECK(allocator_type != gc::kAllocatorTypeLOS); in Alloc()