Searched refs:is_wait (Results 1 - 2 of 2) sorted by relevance

/art/runtime/
H A Dmonitor.h265 bool is_wait)
269 bool is_wait)
H A Dmonitor.cc257 void Monitor::AtraceMonitorLock(Thread* self, mirror::Object* obj, bool is_wait) { argument
259 AtraceMonitorLockImpl(self, obj, is_wait);
263 void Monitor::AtraceMonitorLockImpl(Thread* self, mirror::Object* obj, bool is_wait) { argument
266 // stack walk than if !is_wait.
267 NthCallerWithDexPcVisitor visitor(self, is_wait ? 1U : 0U);
269 const char* prefix = is_wait ? "Waiting on " : "Locking ";
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 */);
[all...]

Completed in 29 milliseconds