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

/art/runtime/gc/
H A Dallocator_type.h32 kAllocatorTypeLOS, // Large object space, also doesn't have entrypoints. enumerator in enum:art::gc::AllocatorType
H A Dheap-inl.h217 kAllocatorTypeLOS,
287 case kAllocatorTypeLOS: {
H A Dheap.cc599 CHECK_NE(allocator, kAllocatorTypeLOS);
/art/runtime/mirror/
H A Darray-inl.h155 DCHECK(allocator_type != gc::kAllocatorTypeLOS);

Completed in 101 milliseconds