Searched refs:MsToNs (Results 1 - 9 of 9) sorted by relevance

/art/runtime/gc/
H A Dheap.h139 static constexpr size_t kDefaultLongPauseLogThreshold = MsToNs(5);
140 static constexpr size_t kDefaultLongGCLogThreshold = MsToNs(100);
149 static constexpr uint64_t kHeapTrimWait = MsToNs(5000);
151 static constexpr uint64_t kCollectorTransitionWait = MsToNs(5000);
H A Dheap.cc1109 NanoSleep(MsToNs(10));
/art/runtime/
H A Dparsed_options.cc220 min_interval_homogeneous_space_compaction_by_oom_ = MsToNs(100 * 1000); // 100s.
398 long_pause_log_threshold_ = MsToNs(value);
404 long_gc_log_threshold_ = MsToNs(value);
H A Dutils.h390 static constexpr inline uint64_t MsToNs(uint64_t ns) { function in namespace:art
H A Dmonitor.cc281 << PrettyDuration(MsToNs(wait_ms));
H A Dthread_list.cc42 static constexpr uint64_t kLongThreadSuspendThreshold = MsToNs(5);
/art/dex2oat/
H A Ddex2oat.cc1484 if (dump_timing || (dump_slow_timing && timings.GetTotalNs() > MsToNs(1000))) {
1533 if (dump_timing || (dump_slow_timing && timings.GetTotalNs() > MsToNs(1000))) {
/art/compiler/driver/
H A Dcompiler_driver.cc2035 if (duration_ns > MsToNs(compiler_->GetMaximumCompilationTimeBeforeWarning())) {
/art/runtime/verifier/
H A Dmethod_verifier.cc281 if (duration_ns > MsToNs(100)) {

Completed in 218 milliseconds