Searched refs:win32 (Results 51 - 75 of 98) sorted by relevance

1234

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/
H A DCOFFSymbol.java25 package sun.jvm.hotspot.debugger.win32.coff;
46 in {@link sun.jvm.hotspot.debugger.win32.coff.COFFSymbolConstants}. */
59 sun.jvm.hotspot.debugger.win32.coff.COFFSymbolConstants} under the
76 sun.jvm.hotspot.debugger.win32.coff.COFFSymbolConstants} under the
81 sun.jvm.hotspot.debugger.win32.coff.COFFSymbolConstants} under the
94 sun.jvm.hotspot.debugger.win32.coff.AuxFunctionDefinitionRecord}.
106 sun.jvm.hotspot.debugger.win32.coff.AuxBfEfRecord}. */
115 sun.jvm.hotspot.debugger.win32.coff.AuxWeakExternalRecord}. */
124 sun.jvm.hotspot.debugger.win32.coff.AuxFileRecord}. */
133 sun.jvm.hotspot.debugger.win32
[all...]
H A DDebugVC50SegDescEnums.java25 package sun.jvm.hotspot.debugger.win32.coff;
28 sun.jvm.hotspot.debugger.win32.coff.DebugVC50SegDesc}. */
H A DExportDirectoryTable.java25 package sun.jvm.hotspot.debugger.win32.coff;
H A DOptionalHeaderWindowsSpecificFields.java25 package sun.jvm.hotspot.debugger.win32.coff;
86 sun.jvm.hotspot.debugger.win32.coff.WindowsNTSubsystem}. */
90 sun.jvm.hotspot.debugger.win32.coff.DLLCharacteristics}. */
H A DSectionHeader.java25 package sun.jvm.hotspot.debugger.win32.coff;
84 sun.jvm.hotspot.debugger.win32.coff.SectionFlags}. */
88 sun.jvm.hotspot.debugger.win32.coff.SectionFlags}) is set. */
H A DCharacteristics.java25 package sun.jvm.hotspot.debugger.win32.coff;
H A DDebugVC50MemberAttributes.java25 package sun.jvm.hotspot.debugger.win32.coff;
H A DMachineTypes.java25 package sun.jvm.hotspot.debugger.win32.coff;
H A DCOFFSymbolConstants.java25 package sun.jvm.hotspot.debugger.win32.coff;
H A DDebugVC50SubsectionTypes.java25 package sun.jvm.hotspot.debugger.win32.coff;
H A DDebugVC50SymbolTypes.java25 package sun.jvm.hotspot.debugger.win32.coff;
28 sun.jvm.hotspot.debugger.win32.coff.DebugVC50SymbolIterator}. (Some
H A DDebugVC50X86RegisterEnums.java25 package sun.jvm.hotspot.debugger.win32.coff;
H A DOptionalHeaderDataDirectories.java25 package sun.jvm.hotspot.debugger.win32.coff;
H A DDebugVC50SymbolEnums.java25 package sun.jvm.hotspot.debugger.win32.coff;
H A DSectionFlags.java25 package sun.jvm.hotspot.debugger.win32.coff;
76 sun.jvm.hotspot.debugger.win32.coff.COMDATSelectionTypes}. This is valid
H A DTestParser.java25 package sun.jvm.hotspot.debugger.win32.coff;
H A DDebugVC50SymbolIterator.java25 package sun.jvm.hotspot.debugger.win32.coff;
54 sun.jvm.hotspot.debugger.win32.coff.DebugVC50SymbolTypes} */
219 sun.jvm.hotspot.debugger.win32.coff.DebugVC50SymbolEnums}. */
379 sun.jvm.hotspot.debugger.win32.coff.DebugVC50SymbolEnums}. */
435 sun.jvm.hotspot.debugger.win32.coff.DebugVC50SymbolEnums}. */
540 sun.jvm.hotspot.debugger.win32.coff.DebugVC50SymbolEnums}. */
/openjdk7/hotspot/src/os/windows/vm/
H A Dchaitin_windows.cpp34 if (ImplicitNullChecks && !os::win32::is_nt()) {
59 if (ImplicitNullChecks && !os::win32::is_nt()) {
H A Dos_windows.inline.hpp66 return os::win32::is_nt();
H A Dos_windows.cpp417 // Install a win32 structured exception handler around every thread created
432 Atomic::dec_ptr((intptr_t*)&os::win32::_os_thread_count);
603 Atomic::inc_ptr((intptr_t*)&os::win32::_os_thread_count);
664 return win32::available_memory();
667 julong os::win32::available_memory() {
678 return win32::physical_memory();
935 if (!os::win32::is_windows_server() && !CreateMinidumpOnCrash) {
939 } else if (os::win32::is_windows_server() && !FLAG_IS_DEFAULT(CreateMinidumpOnCrash) && !CreateMinidumpOnCrash) {
944 dbghelp = os::win32::load_Windows_dll("DBGHELP.DLL", NULL, 0);
1016 // Directory routines copied from src/win32/nativ
[all...]
/openjdk7/hotspot/agent/src/os/win32/windbg/
H A DMakefile63 @ $(CPP32) /I$(JAVA_HOME)/include /I$(JAVA_HOME)/include/win32 /I$(WINDBG_INCLUDE) $(CFLAGS32) /Fp"i386/sawindbg.pch" /Fo"i386/" /Fd"i386/" /c sawindbg.cpp
69 @ $(CPP64) /I$(JAVA_HOME)/include /I$(JAVA_HOME)/include/win32 /I$(WINDBG_INCLUDE) $(CFLAGS64) /Fp"ia64/sawindbg.pch" /Fo"ia64/" /Fd"ia64/" /c sawindbg.cpp
75 @ $(CPP64) /I$(JAVA_HOME)/include /I$(JAVA_HOME)/include/win32 /I$(WINDBG_INCLUDE) $(CFLAGS64) /Fp"amd64/sawindbg.pch" /Fo"amd64/" /Fd"amd64/" /c sawindbg.cpp
/openjdk7/jdk/test/java/io/pathNames/
H A DGeneral.java37 private static boolean win32 = (File.separatorChar == '\\'); field in class:General
179 if (win32 && (x == '/')) return true;
206 || (win32 && (a.charAt(a.length() - 1) == ':'))) {
296 if (win32) {
336 if (win32
346 if (win32)
/openjdk7/jdk/test/java/io/File/
H A DCons.java38 private static boolean win32 = (File.separatorChar == '\\'); field in class:Cons
43 if (win32) return s.replace('/', '\\');
48 if (!win32) return new String[] { s };
311 if (win32) testWin32();
/openjdk7/hotspot/agent/make/
H A Dsaenv.bat44 set SA_LIBPATH=..\src\os\win32\windbg\i386;.\win32\i386
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/windbg/
H A DAddressDataSource.java29 import sun.jvm.hotspot.debugger.win32.coff.*;

Completed in 45 milliseconds

1234