Home | History | Annotate | Download | only in nativehelper

Lines Matching full:monitorenter

472     jint        (*MonitorEnter)(JNIEnv*, jobject);
996 jint MonitorEnter(jobject obj)
997 { return functions->MonitorEnter(this, obj); }