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.h163 mirror::Object* MonitorTryEnter(Thread* self)
Dobject-inl.h100 inline mirror::Object* Object::MonitorTryEnter(Thread* self) { in MonitorTryEnter() function