Searched refs:pre_gc_last_process_cpu_time_ns_ (Results 1 – 2 of 2) sorted by relevance
263 pre_gc_last_process_cpu_time_ns_(process_cpu_start_time_ns_), in Heap()1120 CalculateGcWeightedAllocatedBytes(pre_gc_last_process_cpu_time_ns_, current_process_cpu_time); in CalculatePreGcWeightedAllocatedBytes()1121 pre_gc_last_process_cpu_time_ns_ = current_process_cpu_time; in CalculatePreGcWeightedAllocatedBytes()1215 pre_gc_last_process_cpu_time_ns_ = process_cpu_start_time_ns_; in ResetGcPerformanceInfo()
1295 uint64_t pre_gc_last_process_cpu_time_ns_; variable