Searched refs:IsGcConcurrent (Results 1 – 3 of 3) sorted by relevance
247 if (AllocatorMayHaveConcurrentGC(allocator) && IsGcConcurrent()) { in AllocObjectWithAllocator()444 if (AllocatorMayHaveConcurrentGC(allocator_type) && IsGcConcurrent()) { in IsOutOfMemoryOnAllocation()
813 if (IsGcConcurrent() && IsMovingGc(collector_type_)) { in IsGcConcurrentAndMoving()1165 bool IsGcConcurrent() const ALWAYS_INLINE { in IsGcConcurrent() function
2179 if (IsGcConcurrent()) { in ChangeCollector()3557 bytes_allocated <= (IsGcConcurrent() ? concurrent_start_bytes_ : target_footprint)) { in GrowForUtilization()3585 if (IsGcConcurrent()) { in GrowForUtilization()3928 bool is_gc_concurrent = IsGcConcurrent(); in CheckGCForNative()