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

/openjdk7/hotspot/src/os/windows/vm/
H A Dos_windows.cpp1519 static const uint16_t running_arch=IMAGE_FILE_MACHINE_IA64; local
1521 static const uint16_t running_arch=IMAGE_FILE_MACHINE_AMD64; local
1523 static const uint16_t running_arch=IMAGE_FILE_MACHINE_I386; local
1538 if (running_arch==arch_array[i].arch_code)
1547 if (lib_arch == running_arch)

Completed in 47 milliseconds