Searched refs:AtraceMonitorLockImpl (Results 1 – 2 of 2) sorted by relevance
289 static void AtraceMonitorLockImpl(Thread* self,
287 AtraceMonitorLockImpl(self, obj, is_wait); in AtraceMonitorLock()291 void Monitor::AtraceMonitorLockImpl(Thread* self, ObjPtr<mirror::Object> obj, bool is_wait) { in AtraceMonitorLockImpl() function in art::Monitor