Searched refs:GetLongArrayElements (Results 1 - 19 of 19) sorted by relevance

/openjdk7/jdk/src/solaris/native/com/sun/security/auth/module/
H A DSolaris.c115 jgroupsAsArray = (*env)->GetLongArrayElements(env, jgroups, 0);
H A DUnix.c122 jgroupsAsArray = (*env)->GetLongArrayElements(env, jgroups, 0);
/openjdk7/hotspot/agent/src/os/bsd/
H A DBsdDebuggerLocal.c313 regs = (*env)->GetLongArrayElements(env, array, &isCopy);
339 regs = (*env)->GetLongArrayElements(env, array, &isCopy);
H A DMacosxDebuggerLocal.m310 primitiveArray = (*env)->GetLongArrayElements(env, registerArray, NULL);
354 primitiveArray = (*env)->GetLongArrayElements(env, registerArray, NULL);
/openjdk7/hotspot/agent/src/os/linux/
H A DLinuxDebuggerLocal.c314 regs = (*env)->GetLongArrayElements(env, array, &isCopy);
340 regs = (*env)->GetLongArrayElements(env, array, &isCopy);
/openjdk7/jdk/src/macosx/native/sun/awt/
H A DCClipboard.m317 jlong *lFormats = (*env)->GetLongArrayElements(env, returnValue, &isCopy);
H A DCDragSource.m293 jlong* jformats = (*env)->GetLongArrayElements(env, fFormats, &isCopy);
H A DCDropTarget.m238 jlong* jformats = (*env)->GetLongArrayElements(env, sDraggingFormats, &isCopy);
/openjdk7/jdk/src/windows/native/java/lang/
H A DProcessImpl_md.c176 handles = (*env)->GetLongArrayElements(env, stdHandles, NULL);
/openjdk7/jdk/src/share/native/sun/security/ec/
H A DECC_JNI.cpp110 resultElements = env->GetLongArrayElements(result, &isCopy);
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_Clipboard.cpp331 jlong *lFormats = env->GetLongArrayElements(formats, &isCopy),
H A Dawt_Dialog.cpp471 jlong *ws = env->GetLongArrayElements(windows, &isCopy);
H A Dawt_DnDDT.cpp1070 jlong *lcfFormats = env->GetLongArrayElements(m_cfFormats, &isCopy),
H A Dawt_DnDDS.cpp396 jlong *lFormats = env->GetLongArrayElements(formats, &isCopy),
/openjdk7/hotspot/agent/src/os/solaris/proc/
H A Dsaproc.cpp966 jlong* ptr = env->GetLongArrayElements(res, &isCopy);
1021 jlong* ptr = env->GetLongArrayElements(regsArray, &isCopy);
/openjdk7/hotspot/agent/src/os/win32/windbg/
H A Dsawindbg.cpp486 jlong* ptrRegs = env->GetLongArrayElements(regs, &isCopy);
/openjdk7/hotspot/src/share/vm/prims/
H A Djni.h662 jlong * (JNICALL *GetLongArrayElements) member in struct:JNINativeInterface_
1679 jlong * GetLongArrayElements(jlongArray array, jboolean *isCopy) { function in struct:JNIEnv_
1680 return functions->GetLongArrayElements(this,array,isCopy);
/openjdk7/jdk/src/share/javavm/export/
H A Djni.h662 jlong * (JNICALL *GetLongArrayElements) member in struct:JNINativeInterface_
1679 jlong * GetLongArrayElements(jlongArray array, jboolean *isCopy) { function in struct:JNIEnv_
1680 return functions->GetLongArrayElements(this,array,isCopy);
/openjdk7/jdk/src/solaris/native/sun/xawt/
H A DXlibWrapper.c2123 jlong * longs = (*env)->GetLongArrayElements(env, array, &isCopy);

Completed in 91 milliseconds