Home
last modified time | relevance | path

Searched refs:IsGcConcurrent (Results 1 – 3 of 3) sorted by relevance

/art/runtime/gc/
Dheap-inl.h213 if (AllocatorMayHaveConcurrentGC(allocator) && IsGcConcurrent()) { in AllocObjectWithAllocator()
401 if (!AllocatorMayHaveConcurrentGC(allocator_type) || !IsGcConcurrent()) { in IsOutOfMemoryOnAllocation()
Dheap.h739 if (IsGcConcurrent() && IsMovingGc(collector_type_)) { in IsGcConcurrentAndMoving()
1049 bool IsGcConcurrent() const ALWAYS_INLINE { in IsGcConcurrent() function
Dheap.cc2170 if (IsGcConcurrent()) { in ChangeCollector()
2605 if (IsGcConcurrent()) { in CollectGarbageInternal()
3488 if (IsGcConcurrent()) { in GrowForUtilization()
3780 if (IsGcConcurrent()) { in RegisterNativeAllocation()