Searched defs:AtraceMonitorLock (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Dmonitor.cc257 void Monitor::AtraceMonitorLock(Thread* self, mirror::Object* obj, bool is_wait) { function in class:art::Monitor
331 AtraceMonitorLock(self, GetObject(), false /* is_wait */);
625 AtraceMonitorLock(self, GetObject(), true /* is_wait */);
881 AtraceMonitorLock(self, h_obj.Get(), false /* is_wait */);
897 AtraceMonitorLock(self, h_obj.Get(), false /* is_wait */);
902 AtraceMonitorLock(self, h_obj.Get(), false /* is_wait */);

Completed in 469 milliseconds