Lines Matching full:monitorenter
473 jint (*MonitorEnter)(JNIEnv*, jobject);1014 jint MonitorEnter(jobject obj)1015 { return functions->MonitorEnter(this, obj); }