Searched defs:MonitorEnter (Results 1 – 3 of 3) sorted by relevance
95 inline mirror::Object* Object::MonitorEnter(Thread* self) { in MonitorEnter() function
701 mirror::Object* Monitor::MonitorEnter(Thread* self, mirror::Object* obj) { in MonitorEnter() function in art::Monitor
2225 static jint MonitorEnter(JNIEnv* env, jobject java_object) NO_THREAD_SAFETY_ANALYSIS { in MonitorEnter() function in art::JNI