Searched refs:SetLongArrayRegion (Results 1 - 7 of 7) sorted by relevance

/openjdk7/jdk/src/macosx/native/apple/security/
H A DKeystoreImpl.m324 (*env)->SetLongArrayRegion(env, certRefArray, i, 1, &certRefElement);
/openjdk7/jdk/src/share/back/
H A DArrayReferenceImpl.c420 JNI_FUNC_PTR(env,SetLongArrayRegion)(env, array, index + i, 1, &component);
/openjdk7/jdk/src/share/native/sun/security/pkcs11/wrapper/
H A Dp11_util.c658 (*env)->SetLongArrayRegion(env, jArray, 0, ckULongToJSize(ckLength), jpTemp);
/openjdk7/jdk/src/solaris/native/sun/xawt/
H A DXWindow.c1082 (*env)->SetLongArrayRegion(env, keysymArray, 0, 2, (jlong *)(testbuf));
/openjdk7/jdk/src/share/native/sun/security/jgss/wrapper/
H A DGSSLibStub.c1062 (*env)->SetLongArrayRegion(env, jresult, 0, 6, result);
/openjdk7/hotspot/src/share/vm/prims/
H A Djni.h713 void (JNICALL *SetLongArrayRegion) member in struct:JNINativeInterface_
1783 void SetLongArrayRegion(jlongArray array, jsize start, jsize len, function in struct:JNIEnv_
1785 functions->SetLongArrayRegion(this,array,start,len,buf);
/openjdk7/jdk/src/share/javavm/export/
H A Djni.h713 void (JNICALL *SetLongArrayRegion) member in struct:JNINativeInterface_
1783 void SetLongArrayRegion(jlongArray array, jsize start, jsize len, function in struct:JNIEnv_
1785 functions->SetLongArrayRegion(this,array,start,len,buf);

Completed in 77 milliseconds