HomeSort by relevance Sort by last modified time
    Searched refs:AtraceMonitorLock (Results 1 - 2 of 2) sorted by null

  /art/runtime/
monitor.cc 265 void Monitor::AtraceMonitorLock(Thread* self, mirror::Object* obj, bool is_wait) {
340 AtraceMonitorLock(self, GetObject(), false /* is_wait */);
690 AtraceMonitorLock(self, GetObject(), true /* is_wait */);
    [all...]
monitor.h 265 ALWAYS_INLINE static void AtraceMonitorLock(Thread* self,

Completed in 631 milliseconds