Home
last modified time | relevance | path

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

/art/runtime/
Dmonitor.h279 static void AtraceMonitorLockImpl(Thread* self,
Dmonitor.cc311 AtraceMonitorLockImpl(self, obj, is_wait); in AtraceMonitorLock()
315 void Monitor::AtraceMonitorLockImpl(Thread* self, mirror::Object* obj, bool is_wait) { in AtraceMonitorLockImpl() function in art::Monitor