Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap-inl.h247 if (AllocatorMayHaveConcurrentGC(allocator) && IsGcConcurrent()) { in AllocObjectWithAllocator()
443 if (AllocatorMayHaveConcurrentGC(allocator_type) && IsGcConcurrent()) { in IsOutOfMemoryOnAllocation()
Dheap.h815 if (IsGcConcurrent() && IsMovingGc(collector_type_)) { in IsGcConcurrentAndMoving()
1168 bool IsGcConcurrent() const ALWAYS_INLINE { in IsGcConcurrent() function
Dheap.cc2180 if (IsGcConcurrent()) { in ChangeCollector()
3559 bytes_allocated <= (IsGcConcurrent() ? concurrent_start_bytes_ : target_footprint)) { in GrowForUtilization()
3587 if (IsGcConcurrent()) { in GrowForUtilization()
3930 bool is_gc_concurrent = IsGcConcurrent(); in CheckGCForNative()