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*, int32_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 | 184 void LogContentionEvent(Thread* self, uint32_t wait_ms, uint32_t sample_percent,
|
D | monitor.cc | 418 LogContentionEvent(self, in Lock()
|