Searched defs:GetArch (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/share/bin/
H A Djava.h117 #define GetArch() GetArchPath(CURRENT_DATA_MODEL) macro
/openjdk7/jdk/src/solaris/bin/
H A Djava_md_solinux.c192 #define GetArch() GetArchPath(CURRENT_DATA_MODEL) macro
365 char *arch = (char *)GetArch(); /* like sparc or sparcv9 */
/openjdk7/hotspot/src/os/windows/launcher/
H A Djava_md.c143 GetArch() function
180 if (ReadKnownVMs(jrepath, (char*)GetArch(), JNI_FALSE) < 1) {
288 if (strcmp(GetArch(), "i386") != 0 ) {
/openjdk7/jdk/src/macosx/bin/
H A Djava_md_macosx.c179 #define GetArch() GetArchPath(CURRENT_DATA_MODEL) macro
219 jboolean gotJREPath = GetJREPath(jrePath, sizeof(jrePath), GetArch(), JNI_FALSE);
237 jboolean gotJVMPath = GetJVMPath(jrePath, preferredJVM, jvmPath, sizeof(jvmPath), GetArch(), CURRENT_DATA_MODEL);
390 char *arch = (char *)GetArch(); /* like sparc or sparcv9 */
798 if (!GetJREPath(jrePath, sizeof(jrePath), GetArch(), JNI_FALSE)) {
/openjdk7/hotspot/src/os/posix/launcher/
H A Djava_md.c181 GetArch() function
216 char *arch = (char *)GetArch(); /* like sparc or sparcv9 */

Completed in 45 milliseconds