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.cc264 pre_gc_last_process_cpu_time_ns_(process_cpu_start_time_ns_), in Heap()
1123 CalculateGcWeightedAllocatedBytes(pre_gc_last_process_cpu_time_ns_, current_process_cpu_time); in CalculatePreGcWeightedAllocatedBytes()
1124 pre_gc_last_process_cpu_time_ns_ = current_process_cpu_time; in CalculatePreGcWeightedAllocatedBytes()
1218 pre_gc_last_process_cpu_time_ns_ = process_cpu_start_time_ns_; in ResetGcPerformanceInfo()
Dheap.h1298 uint64_t pre_gc_last_process_cpu_time_ns_; variable