Searched defs:MonitorEnter (Results 1 – 4 of 4) sorted by relevance
93 inline mirror::Object* Object::MonitorEnter(Thread* self) { in MonitorEnter() function
719 mirror::Object* Monitor::MonitorEnter(Thread* self, mirror::Object* obj) { in MonitorEnter() function in art::Monitor
1663 static jint MonitorEnter(JNIEnv* env, jobject obj) { in MonitorEnter() function in art::CheckJNI
2461 static jint MonitorEnter(JNIEnv* env, jobject java_object) NO_THREAD_SAFETY_ANALYSIS { in MonitorEnter() function in art::JNI