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

/art/runtime/
H A Dmonitor_linux.cc21 void Monitor::LogContentionEvent(Thread*, uint32_t, uint32_t, const char*, uint32_t) { function in class:art::Monitor
H A Dmonitor_android.cc52 void Monitor::LogContentionEvent(Thread* self, uint32_t wait_ms, uint32_t sample_percent,
H A Dmonitor.h117 void LogContentionEvent(Thread* self, uint32_t wait_ms, uint32_t sample_percent,
H A Dmonitor.cc236 LogContentionEvent(self, wait_ms, sample_percent, current_locking_filename, current_locking_line_number);

Completed in 1367 milliseconds