Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap-inl.h324 if (UNLIKELY(new_num_bytes_allocated >= concurrent_start_bytes_)) { in CheckConcurrentGC()
Dheap.cc159 concurrent_start_bytes_(std::numeric_limits<size_t>::max()), in Heap()
414 concurrent_start_bytes_ = std::numeric_limits<size_t>::max(); in Heap()
1839 concurrent_start_bytes_ = in ChangeCollector()
1842 concurrent_start_bytes_ = std::numeric_limits<size_t>::max(); in ChangeCollector()
2219 concurrent_start_bytes_ = std::numeric_limits<size_t>::max(); in CollectGarbageInternal()
2994 concurrent_start_bytes_ = std::max(max_allowed_footprint_ - remaining_bytes, in GrowForUtilization()
3158 return concurrent_start_bytes_ != std::numeric_limits<size_t>::max(); in IsGCRequestPending()
Dheap.h897 size_t concurrent_start_bytes_; variable