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 209 // optimized out. And for the other allocators, AllocatorMayHaveConcurrentGC is a constant since
211 if (AllocatorMayHaveConcurrentGC(allocator) && IsGcConcurrent()) {
399 if (!AllocatorMayHaveConcurrentGC(allocator_type) || !IsGcConcurrent()) {
heap.h     [all...]

Completed in 51 milliseconds