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

  /art/runtime/gc/
allocator_type.h 31 kAllocatorTypeNonMoving, // Special allocator for non moving objects, doesn't have entrypoints.
heap-inl.h 144 if (collector::SemiSpace::kUseRememberedSet && UNLIKELY(allocator == kAllocatorTypeNonMoving)) {
299 case kAllocatorTypeNonMoving: {
heap.cc 216 current_non_moving_allocator_(kAllocatorTypeNonMoving),
    [all...]

Completed in 1151 milliseconds