Searched refs:AtraceMonitorLock (Results 1 – 2 of 2) sorted by relevance
/art/runtime/ |
D | monitor.cc | 334 void Monitor::AtraceMonitorLock(Thread* self, ObjPtr<mirror::Object> obj, bool is_wait) { in AtraceMonitorLock() function in art::Monitor 442 AtraceMonitorLock(self, GetObject(), /* is_wait= */ false); in TryLock() 866 AtraceMonitorLock(self, GetObject(), /* is_wait= */ true); in Wait() 1125 AtraceMonitorLock(self, h_obj.Get(), /* is_wait= */ false); in MonitorEnter() 1144 AtraceMonitorLock(self, h_obj.Get(), /* is_wait= */ false); in MonitorEnter() 1152 AtraceMonitorLock(self, h_obj.Get(), /* is_wait= */ false); in MonitorEnter()
|
D | monitor.h | 303 ALWAYS_INLINE static void AtraceMonitorLock(Thread* self,
|