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

/openjdk7/hotspot/src/os/windows/vm/
H A Dos_windows.hpp177 static void GetNativeSystemInfo(LPSYSTEM_INFO);
H A Dos_windows.cpp1607 // Retrieve SYSTEM_INFO from GetNativeSystemInfo call so that we could
1614 os::Kernel32Dll::GetNativeSystemInfo(&si);
5240 inline void os::Kernel32Dll::GetNativeSystemInfo(LPSYSTEM_INFO lpSystemInfo) { function in class:os::Kernel32Dll
5241 ::GetNativeSystemInfo(lpSystemInfo);
5320 _GetNativeSystemInfo = (GetNativeSystemInfo_Fn)::GetProcAddress(handle, "GetNativeSystemInfo");
5380 void os::Kernel32Dll::GetNativeSystemInfo(LPSYSTEM_INFO lpSystemInfo) { function in class:os::Kernel32Dll

Completed in 67 milliseconds