Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.h945 double CalculateGcWeightedAllocatedBytes(uint64_t gc_last_process_cpu_time_ns,
Dheap.cc1113 double Heap::CalculateGcWeightedAllocatedBytes(uint64_t gc_last_process_cpu_time_ns, in CalculateGcWeightedAllocatedBytes() function in art::gc::Heap
1123 CalculateGcWeightedAllocatedBytes(pre_gc_last_process_cpu_time_ns_, current_process_cpu_time); in CalculatePreGcWeightedAllocatedBytes()
1130 CalculateGcWeightedAllocatedBytes(post_gc_last_process_cpu_time_ns_, current_process_cpu_time); in CalculatePostGcWeightedAllocatedBytes()