Home
last modified time | relevance | path

Searched refs:now (Results 26 – 30 of 30) sorted by relevance

12

/art/openjdkjvmti/
Devents.cc472 int64_t now = tv.tv_sec * 1000LL + tv.tv_usec / 1000; in ThreadParkStart() local
473 if (now < timeout) { in ThreadParkStart()
474 timeout_ms = timeout - now; in ThreadParkStart()
/art/runtime/arch/arm/
Dquick_entrypoints_arm.S540 @ Do not access fprs_ from now, they may be below SP.
545 @ Do not access gprs_ from now, they are below SP.
743 @ mov r0, \rRef @ pass ref in r0 (no-op for now since parameter ref is unused)
/art/runtime/
Dthread.cc1380 timespec now; in GetCpuMicroTime() local
1381 clock_gettime(cpu_clock_id, &now); in GetCpuMicroTime()
1382 return static_cast<uint64_t>(now.tv_sec) * UINT64_C(1000000) + now.tv_nsec / UINT64_C(1000); in GetCpuMicroTime()
/art/runtime/gc/
Dheap.cc2767 uint64_t now = NanoTime(); in UpdateGcCountRateHistograms() local
2768 DCHECK_GE(now, last_update_time_gc_count_rate_histograms_); in UpdateGcCountRateHistograms()
2769 uint64_t time_since_last_update = now - last_update_time_gc_count_rate_histograms_; in UpdateGcCountRateHistograms()
2792 (now / kGcCountRateHistogramWindowDuration) * kGcCountRateHistogramWindowDuration; in UpdateGcCountRateHistograms()
/art/test/dexdump/
Dcheckers.txt1712 0027f6: 1a00 bf00 |01ff: const-string v0, "computer now plays black" /…
1719 002810: 1a00 c000 |020c: const-string v0, "computer now plays black
1733 002840: 1a00 c200 |0224: const-string v0, "computer now plays white
1741 00285a: 1a00 c100 |0231: const-string v0, "computer now plays white" /…

12