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 30 kAllocatorTypeLOS, // Large object space, also doesn't have entrypoints.
heap-inl.h 190 kAllocatorTypeLOS,
238 case kAllocatorTypeLOS: {
heap.cc 520 CHECK_NE(allocator, kAllocatorTypeLOS);
    [all...]
  /art/runtime/mirror/
array-inl.h 136 DCHECK(allocator_type != gc::kAllocatorTypeLOS);

Completed in 38 milliseconds