Lines Matching full:monitorenter
459 jint (*MonitorEnter)(JNIEnv*, jobject);983 jint MonitorEnter(jobject obj)984 { return functions->MonitorEnter(this, obj); }