Home
last modified time | relevance | path

Searched refs:AtraceMonitorLockImpl (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Dmonitor.h307 static void AtraceMonitorLockImpl(Thread* self,
Dmonitor.cc336 AtraceMonitorLockImpl(self, obj, is_wait); in AtraceMonitorLock()
340 void Monitor::AtraceMonitorLockImpl(Thread* self, ObjPtr<mirror::Object> obj, bool is_wait) { in AtraceMonitorLockImpl() function in art::Monitor