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

  /art/runtime/gc/
heap-inl.h 211 // optimized out. And for the other allocators, AllocatorMayHaveConcurrentGC is a constant since
213 if (AllocatorMayHaveConcurrentGC(allocator) && IsGcConcurrent()) {
401 if (!AllocatorMayHaveConcurrentGC(allocator_type) || !IsGcConcurrent()) {
heap.h     [all...]

Completed in 119 milliseconds