Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap-inl.h247 if (AllocatorMayHaveConcurrentGC(allocator) && IsGcConcurrent()) { in AllocObjectWithAllocator()
443 if (AllocatorMayHaveConcurrentGC(allocator_type) && IsGcConcurrent()) { in IsOutOfMemoryOnAllocation()
Dheap.h974 static ALWAYS_INLINE bool AllocatorMayHaveConcurrentGC(AllocatorType allocator_type) { in AllocatorMayHaveConcurrentGC() function