Home
last modified time | relevance | path

Searched defs:MonitorEnter (Results 1 – 3 of 3) sorted by relevance

/art/runtime/mirror/
Dobject-inl.h95 inline mirror::Object* Object::MonitorEnter(Thread* self) { in MonitorEnter() function
/art/runtime/
Dmonitor.cc701 mirror::Object* Monitor::MonitorEnter(Thread* self, mirror::Object* obj) { in MonitorEnter() function in art::Monitor
Djni_internal.cc2225 static jint MonitorEnter(JNIEnv* env, jobject java_object) NO_THREAD_SAFETY_ANALYSIS { in MonitorEnter() function in art::JNI