Home
last modified time | relevance | path

Searched refs:LogContentionEvent (Results 1 – 4 of 4) sorted by relevance

/art/runtime/
Dmonitor_linux.cc21 void Monitor::LogContentionEvent(Thread*, uint32_t, uint32_t, const char*, int32_t) { in LogContentionEvent() function in art::Monitor
Dmonitor_android.cc52 void Monitor::LogContentionEvent(Thread* self, uint32_t wait_ms, uint32_t sample_percent, in LogContentionEvent() function in art::Monitor
Dmonitor.h184 void LogContentionEvent(Thread* self, uint32_t wait_ms, uint32_t sample_percent,
Dmonitor.cc418 LogContentionEvent(self, in Lock()