HomeSort by relevance Sort by last modified time
    Searched refs:kAllocatorTypeLOS (Results 1 - 4 of 4) sorted by null

  /art/runtime/gc/
allocator_type.h 32 kAllocatorTypeLOS, // Large object space, also doesn't have entrypoints.
heap-inl.h 217 kAllocatorTypeLOS,
287 case kAllocatorTypeLOS: {
heap.cc 599 CHECK_NE(allocator, kAllocatorTypeLOS);
    [all...]
  /art/runtime/mirror/
array-inl.h 155 DCHECK(allocator_type != gc::kAllocatorTypeLOS);

Completed in 72 milliseconds