Lines Matching defs:self
83 Monitor::Monitor(Thread* self, Thread* owner, mirror::Object* obj, int32_t hash_code) in Monitor()
105 Monitor::Monitor(Thread* self, Thread* owner, mirror::Object* obj, int32_t hash_code, in Monitor()
137 bool Monitor::Install(Thread* self) { in Install()
233 void Monitor::Lock(Thread* self) { in Lock()
301 Thread* self = Thread::Current(); in ThrowIllegalMonitorStateExceptionF() local
382 bool Monitor::Unlock(Thread* self) { in Unlock()
430 void Monitor::Wait(Thread* self, int64_t ms, int32_t ns, in Wait()
571 void Monitor::Notify(Thread* self) { in Notify()
594 void Monitor::NotifyAll(Thread* self) { in NotifyAll()
611 bool Monitor::Deflate(Thread* self, mirror::Object* obj) { in Deflate()
653 void Monitor::Inflate(Thread* self, Thread* owner, mirror::Object* obj, int32_t hash_code) { in Inflate()
674 void Monitor::InflateThinLocked(Thread* self, Handle<mirror::Object> obj, LockWord lock_word, in InflateThinLocked()
719 mirror::Object* Monitor::MonitorEnter(Thread* self, mirror::Object* obj) { in MonitorEnter()
785 bool Monitor::MonitorExit(Thread* self, mirror::Object* obj) { in MonitorExit()
833 void Monitor::Wait(Thread* self, mirror::Object *obj, int64_t ms, int32_t ns, in Wait()
870 void Monitor::DoNotify(Thread* self, mirror::Object* obj, bool notify_all) { in DoNotify()
936 Thread* self = Thread::Current(); in DescribeWait() local
1118 Thread* self = Thread::Current(); in ~MonitorList() local
1132 Thread* self = Thread::Current(); in AllowNewMonitors() local
1139 Thread* self = Thread::Current(); in Add() local
1148 Thread* self = Thread::Current(); in SweepMonitorList() local
1170 Thread* const self; member