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 143 if (collector::SemiSpace::kUseRememberedSet && UNLIKELY(allocator == kAllocatorTypeNonMoving)) {
320 case kAllocatorTypeNonMoving: {
heap.cc 247 current_non_moving_allocator_(kAllocatorTypeNonMoving),
    [all...]

Completed in 219 milliseconds