HomeSort by relevance Sort by last modified time
    Searched refs:MsToNs (Results 1 - 10 of 10) sorted by null

  /art/runtime/
barrier.cc 65 uint64_t abs_timeout = NanoTime() + MsToNs(timeout_ms);
parsed_options.cc 219 min_interval_homogeneous_space_compaction_by_oom_ = MsToNs(100 * 1000); // 100s.
397 long_pause_log_threshold_ = MsToNs(value);
403 long_gc_log_threshold_ = MsToNs(value);
    [all...]
utils.h 431 static constexpr inline uint64_t MsToNs(uint64_t ns) {
monitor.cc 281 << PrettyDuration(MsToNs(wait_ms));
    [all...]
thread_list.cc 43 static constexpr uint64_t kLongThreadSuspendThreshold = MsToNs(5);
    [all...]
  /art/runtime/gc/
heap.h 139 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);
    [all...]
heap.cc     [all...]
  /art/dex2oat/
dex2oat.cc     [all...]
  /art/compiler/driver/
compiler_driver.cc     [all...]
  /art/runtime/verifier/
method_verifier.cc 298 if (duration_ns > MsToNs(100)) {
    [all...]

Completed in 394 milliseconds