Searched refs:LogContentionEvent (Results 1 – 4 of 4) sorted by relevance
/art/runtime/ |
D | monitor_linux.cc | 21 void Monitor::LogContentionEvent(Thread*, uint32_t, uint32_t, const char*, uint32_t) { in LogContentionEvent() function in art::Monitor
|
D | monitor_android.cc | 52 void Monitor::LogContentionEvent(Thread* self, uint32_t wait_ms, uint32_t sample_percent, in LogContentionEvent() function in art::Monitor
|
D | monitor.h | 154 void LogContentionEvent(Thread* self, uint32_t wait_ms, uint32_t sample_percent,
|
D | monitor.cc | 283 LogContentionEvent(self, wait_ms, sample_percent, owners_filename, owners_line_number); in Lock()
|