Home
last modified time | relevance | path

Searched refs:pre_gc_last_process_cpu_time_ns_ (Results 1 – 2 of 2) sorted by relevance

/art/runtime/gc/
Dheap.cc301 pre_gc_last_process_cpu_time_ns_(process_cpu_start_time_ns_), in Heap()
1170 CalculateGcWeightedAllocatedBytes(pre_gc_last_process_cpu_time_ns_, current_process_cpu_time); in CalculatePreGcWeightedAllocatedBytes()
1171 pre_gc_last_process_cpu_time_ns_ = current_process_cpu_time; in CalculatePreGcWeightedAllocatedBytes()
1265 pre_gc_last_process_cpu_time_ns_ = process_cpu_start_time_ns_; in ResetGcPerformanceInfo()
Dheap.h1338 uint64_t pre_gc_last_process_cpu_time_ns_; variable