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

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

Completed in 68 milliseconds