Searched refs:AtraceMonitorLockImpl (Results 1 – 2 of 2) sorted by relevance
307 static void AtraceMonitorLockImpl(Thread* self,
336 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