Searched refs:ProcessCpuNanoTime (Results 1 – 3 of 3) sorted by relevance
66 uint64_t ProcessCpuNanoTime();
173 uint64_t ProcessCpuNanoTime() { in ProcessCpuNanoTime() function
587 start_cputime_ns_(ProcessCpuNanoTime()), in Dex2Oat()2814 << " (" << PrettyDuration(ProcessCpuNanoTime() - start_cputime_ns_) << " cpu)" in LogCompletionTime()