Searched refs:GetBooleanArrayRegion (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/back/
H A DArrayReferenceImpl.c78 JNI_FUNC_PTR(env,GetBooleanArrayRegion)(env, array, index, length, components);
/openjdk7/jdk/src/share/native/sun/security/pkcs11/wrapper/
H A Dp11_util.c324 (*env)->GetBooleanArrayRegion(env, jArray, 0, *ckpLength, jpTemp);
/openjdk7/hotspot/src/share/vm/prims/
H A Djni.h686 void (JNICALL *GetBooleanArrayRegion) member in struct:JNINativeInterface_
1730 void GetBooleanArrayRegion(jbooleanArray array, function in struct:JNIEnv_
1732 functions->GetBooleanArrayRegion(this,array,start,len,buf);
/openjdk7/jdk/src/share/javavm/export/
H A Djni.h686 void (JNICALL *GetBooleanArrayRegion) member in struct:JNINativeInterface_
1730 void GetBooleanArrayRegion(jbooleanArray array, function in struct:JNIEnv_
1732 functions->GetBooleanArrayRegion(this,array,start,len,buf);

Completed in 72 milliseconds