Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap-inl.h161 if (AllocatorMayHaveConcurrentGC(allocator) && IsGcConcurrent()) { in AllocObjectWithAllocator()
309 if (!AllocatorMayHaveConcurrentGC(allocator_type) || !IsGcConcurrent()) { in IsOutOfMemoryOnAllocation()
Dheap.h626 static ALWAYS_INLINE bool AllocatorMayHaveConcurrentGC(AllocatorType allocator_type) { in AllocatorMayHaveConcurrentGC() function