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

  /art/runtime/gc/
heap.h 110 static constexpr size_t kDefaultLongPauseLogThreshold = MsToNs(5);
111 static constexpr size_t kDefaultLongGCLogThreshold = MsToNs(100);
heap.cc 669 NanoSleep(MsToNs(10));
    [all...]
  /art/runtime/
utils.h 297 static constexpr inline uint64_t MsToNs(uint64_t ns) {
  /art/dex2oat/
dex2oat.cc     [all...]
  /art/compiler/driver/
compiler_driver.cc     [all...]
  /art/runtime/verifier/
method_verifier.cc 262 if (duration_ns > MsToNs(100)) {
    [all...]

Completed in 638 milliseconds