Home
last modified time | relevance | path

Searched refs:AllocatorMayHaveConcurrentGC (Results 1 – 2 of 2) sorted by relevance

/aosp12/art/runtime/gc/
H A Dheap-inl.h211 if (AllocatorMayHaveConcurrentGC(allocator) && IsGcConcurrent() in AllocObjectWithAllocator()
457 if (AllocatorMayHaveConcurrentGC(allocator_type) && IsGcConcurrent()) { in IsOutOfMemoryOnAllocation()
H A Dheap.h1009 static ALWAYS_INLINE bool AllocatorMayHaveConcurrentGC(AllocatorType allocator_type) { in AllocatorMayHaveConcurrentGC() function