Home
last modified time | relevance | path

Searched refs:wait_ms (Results 1 – 7 of 7) sorted by relevance

/art/runtime/
Dmonitor_android.cc36 uint32_t wait_ms, in LogContentionEvent() argument
67 ctx << wait_ms; in LogContentionEvent()
111 wait_ms, in LogContentionEvent()
Dmonitor.cc528 uint64_t wait_ms = MilliTime() - wait_start_ms; in Lock() local
530 if (wait_ms >= lock_profiling_threshold_) { in Lock()
533 sample_percent = 100 * wait_ms / lock_profiling_threshold_; in Lock()
545 wait_ms > stack_dump_lock_profiling_threshold_; in Lock()
598 << PrettyDuration(MsToNs(wait_ms)) << "\n" in Lock()
601 } else if (wait_ms > kLongWaitMs && owners_method != nullptr) { in Lock()
612 << PrettyDuration(MsToNs(wait_ms)); in Lock()
615 wait_ms, in Lock()
Dmonitor.h215 uint32_t wait_ms,
/art/libartpalette/include/palette/
Dpalette_method_list.h57 int32_t wait_ms, \
/art/libartpalette/apex/
Dpalette.cc222 int32_t wait_ms, in PaletteReportLockContention() argument
234 wait_ms, in PaletteReportLockContention()
/art/libartpalette/system/
Dpalette_fake.cc133 int32_t wait_ms ATTRIBUTE_UNUSED, in PaletteReportLockContention()
/art/runtime/base/
Dmutex.cc542 uint64_t wait_ms = MilliTime() - wait_start_ms; in DumpStack() local
543 LOG(WARNING) << "Monitor contention with tid " << owner_tid << ", wait time: " << wait_ms in DumpStack()