Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap-inl.h477 return new_num_bytes_allocated >= concurrent_start_bytes_; in ShouldConcurrentGCForJava()
Dheap.cc324 concurrent_start_bytes_(std::numeric_limits<size_t>::max()), in Heap()
716 concurrent_start_bytes_ = std::numeric_limits<size_t>::max(); in Heap()
2178 concurrent_start_bytes_ = in ChangeCollector()
2182 concurrent_start_bytes_ = std::numeric_limits<size_t>::max(); in ChangeCollector()
3588 bytes_allocated <= (IsGcConcurrent() ? concurrent_start_bytes_ : target_footprint)) { in GrowForUtilization()
3641 concurrent_start_bytes_ = std::max(target_footprint - remaining_bytes, bytes_allocated); in GrowForUtilization()
3672 concurrent_start_bytes_ = in ClearGrowthLimit()
3972 ? concurrent_start_bytes_ in NativeMemoryOverTarget()
4461 concurrent_start_bytes_ = std::max(target_footprint / 2, GetBytesAllocated()); in PostForkChildAction()
Dheap.h1418 size_t concurrent_start_bytes_; variable