Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap-inl.h212 if (IsGcConcurrent() && UNLIKELY(ShouldConcurrentGCForJava(new_num_bytes_allocated))) { in AllocObjectWithAllocator()
460 if (IsGcConcurrent()) { in IsOutOfMemoryOnAllocation()
Dheap.h860 if (IsGcConcurrent() && IsMovingGc(collector_type_)) { in IsGcConcurrentAndMoving()
1268 bool IsGcConcurrent() const ALWAYS_INLINE { in IsGcConcurrent() function
Dheap.cc1113 if (IsGcConcurrent() && concurrent_start_bytes_ < min_foreground_concurrent_start_bytes_) { in GrowHeapOnJankPerceptibleSwitch()
2285 if (IsGcConcurrent()) { in SetDefaultConcurrentStartBytesLocked()
3804 bytes_allocated <= (IsGcConcurrent() ? concurrent_start_bytes_ : target_footprint)) { in GrowForUtilization()
3837 if (IsGcConcurrent()) { in GrowForUtilization()
4217 bool is_gc_concurrent = IsGcConcurrent(); in CheckGCForNative()