Home
last modified time | relevance | path

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

/aosp12/art/runtime/
H A Dmonitor_linux.cc21 void Monitor::LogContentionEvent(Thread*, uint32_t, uint32_t, ArtMethod*, uint32_t) { in LogContentionEvent() function in art::Monitor
H A Dmonitor_android.cc35 void Monitor::LogContentionEvent(Thread* self, in LogContentionEvent() function in art::Monitor
H A Dmonitor.h214 void LogContentionEvent(Thread* self,
H A Dmonitor.cc613 LogContentionEvent(self, in Lock()