Home
last modified time | relevance | path

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

/art/runtime/gc/
Dallocator_type.h34 kAllocatorTypeLOS, // Large object space. enumerator
Dheap-inl.h291 (self, *klass, byte_count, kAllocatorTypeLOS, pre_fence_visitor); in AllocLargeObject()
380 case kAllocatorTypeLOS: { in TryToAllocate()
Dheap.cc900 CHECK_NE(allocator, kAllocatorTypeLOS); in ChangeAllocator()
1449 if (allocator_type != kAllocatorTypeLOS) { in ThrowOutOfMemoryError()
/art/runtime/mirror/
Darray-alloc-inl.h124 DCHECK(allocator_type != gc::kAllocatorTypeLOS); in Alloc()