Home | History | Annotate | Download | only in nativehelper

Lines Matching refs:MonitorEnter

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