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, ArtMethod*, uint32_t) { in LogContentionEvent() function in art::Monitor
Dmonitor_android.cc33 void Monitor::LogContentionEvent(Thread* self, in LogContentionEvent() function in art::Monitor
Dmonitor.h208 void LogContentionEvent(Thread* self,
Dmonitor.cc609 LogContentionEvent(self, in Lock()