Searched defs:breakpoint (Results 1 - 10 of 10) sorted by relevance

/openjdk7/jdk/src/share/native/com/sun/java/util/jar/pack/
H A Dutils.cpp80 void breakpoint() { } // hook for debugger function
85 breakpoint();
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/
H A DSourceCodePanel.java50 private static Icon breakpoint; field in class:SourceCodePanel
97 // Draw breakpoint if necessary
99 breakpoint.paintIcon(this, g, LINE_NO_SPACE, rowHeight * i);
146 // FIXME: add on width for all icons (breakpoint, current line,
188 // or clearing a breakpoint, since it has the debug
295 breakpoint = loadIcon("resources/breakpoint.png");
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/jvm/
H A DByteCodes.java244 breakpoint = 202, field in interface:ByteCodes
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dc1_LIRAssembler_sparc.cpp2887 void LIR_Assembler::breakpoint() { function in class:LIR_Assembler
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_LIRAssembler_x86.cpp185 void LIR_Assembler::breakpoint() { function in class:LIR_Assembler
/openjdk7/hotspot/src/os/bsd/vm/
H A Dos_bsd.cpp636 // breakpoint support
638 void os::breakpoint() { function in class:os
642 extern "C" void breakpoint() { function
643 // use debugger to set breakpoint here
4139 // or breakpoint) that the VM was generating for its own correct operation.
/openjdk7/hotspot/src/os/linux/vm/
H A Dos_linux.cpp511 // breakpoint support
513 void os::breakpoint() { function in class:os
517 extern "C" void breakpoint() { function
518 // use debugger to set breakpoint here
3985 // or breakpoint) that the VM was generating for its own correct operation.
/openjdk7/hotspot/src/os/solaris/vm/
H A Dos_solaris.cpp984 void os::breakpoint() { function in class:os
1009 extern "C" void breakpoint() { function
1010 // use debugger to set breakpoint here
4603 // or breakpoint) that the VM was generating for its own correct operation.
/openjdk7/hotspot/src/os/windows/vm/
H A Dos_windows.cpp312 void os::breakpoint() { function in class:os
317 extern "C" void breakpoint() { function
318 os::breakpoint();
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIR.hpp2141 void breakpoint() { append(new LIR_Op0(lir_breakpoint)); } function in class:LIR_List

Completed in 3473 milliseconds