Searched refs:threadCpuTimeNanos (Results 1 – 5 of 5) sorted by relevance
550 public static long threadCpuTimeNanos() { in threadCpuTimeNanos() method in Debug551 return VMDebug.threadCpuTimeNanos(); in threadCpuTimeNanos()
440 mLockAcquiredThreadTime = Debug.threadCpuTimeNanos(); in lock()519 ((Debug.threadCpuTimeNanos() - mLockAcquiredThreadTime) / 1000000); in checkLockHoldTime()896 mLockAcquiredThreadTime = Debug.threadCpuTimeNanos(); in yieldIfContendedHelper()
1134 long start = Debug.threadCpuTimeNanos(); in profileViewOperation()1137 duration[0] = Debug.threadCpuTimeNanos() - start; in profileViewOperation()
14564 method public static long threadCpuTimeNanos();