Searched refs:GetTotalGcCpuTime (Results 1 – 3 of 3) sorted by relevance
441 uint64_t GetTotalGcCpuTime();
1122 uint64_t Heap::GetTotalGcCpuTime() { in GetTotalGcCpuTime() function in art::gc::Heap
346 uint64_t gc_cpu_time = heap_->GetTotalGcCpuTime(); in ~Runtime()