Home
last modified time | relevance | path

Searched refs:IsGcConcurrent (Results 1 – 3 of 3) 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.h812 if (IsGcConcurrent() && IsMovingGc(collector_type_)) { in IsGcConcurrentAndMoving()
1208 bool IsGcConcurrent() const ALWAYS_INLINE { in IsGcConcurrent() function
H A Dheap.cc2177 if (IsGcConcurrent()) { in ChangeCollector()
3588 bytes_allocated <= (IsGcConcurrent() ? concurrent_start_bytes_ : target_footprint)) { in GrowForUtilization()
3616 if (IsGcConcurrent()) { in GrowForUtilization()
3982 bool is_gc_concurrent = IsGcConcurrent(); in CheckGCForNative()