Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap-inl.h463 return new_num_bytes_allocated >= concurrent_start_bytes_; in ShouldConcurrentGCForJava()
Dheap.cc287 concurrent_start_bytes_(std::numeric_limits<size_t>::max()), in Heap()
679 concurrent_start_bytes_ = std::numeric_limits<size_t>::max(); in Heap()
2181 concurrent_start_bytes_ = in ChangeCollector()
2185 concurrent_start_bytes_ = std::numeric_limits<size_t>::max(); in ChangeCollector()
3559 bytes_allocated <= (IsGcConcurrent() ? concurrent_start_bytes_ : target_footprint)) { in GrowForUtilization()
3612 concurrent_start_bytes_ = std::max(target_footprint - remaining_bytes, bytes_allocated); in GrowForUtilization()
3643 concurrent_start_bytes_ = in ClearGrowthLimit()
3920 ? concurrent_start_bytes_ in NativeMemoryOverTarget()
4284 concurrent_start_bytes_ = std::max(target_footprint / 2, GetBytesAllocated()); in PostForkChildAction()
Dheap.h1378 size_t concurrent_start_bytes_; variable