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

/openjdk7/jdk/src/share/back/
H A DArrayReferenceImpl.c163 JNI_FUNC_PTR(env,GetLongArrayRegion)(env, array, index, length, components);
/openjdk7/jdk/src/share/native/sun/security/pkcs11/wrapper/
H A Dp11_util.c413 (*env)->GetLongArrayRegion(env, jArray, 0, *ckpLength, jTemp);
/openjdk7/hotspot/src/share/vm/prims/
H A Djni.h696 void (JNICALL *GetLongArrayRegion) member in struct:JNINativeInterface_
1750 void GetLongArrayRegion(jlongArray array, function in struct:JNIEnv_
1752 functions->GetLongArrayRegion(this,array,start,len,buf);
/openjdk7/jdk/src/share/javavm/export/
H A Djni.h696 void (JNICALL *GetLongArrayRegion) member in struct:JNINativeInterface_
1750 void GetLongArrayRegion(jlongArray array, function in struct:JNIEnv_
1752 functions->GetLongArrayRegion(this,array,start,len,buf);

Completed in 56 milliseconds