Home
last modified time | relevance | path

Searched refs:MonitorTryEnter (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Dobject_lock.cc54 acquired_ = obj_->MonitorTryEnter(self_) != nullptr; in ObjectTryLock()
/art/runtime/mirror/
Dobject.h160 ObjPtr<mirror::Object> MonitorTryEnter(Thread* self)
Dobject-inl.h86 inline ObjPtr<mirror::Object> Object::MonitorTryEnter(Thread* self) { in MonitorTryEnter() function