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

/openjdk7/hotspot/src/share/vm/code/
H A DrelocInfo.cpp378 breakpoint_Relocation* bpt = breakpoint_reloc();
722 void breakpoint_Relocation::pack_data_to(CodeSection* dest) {
751 void breakpoint_Relocation::unpack_data() {
1003 breakpoint_Relocation::breakpoint_Relocation(int kind, address target, bool internal) { function in class:breakpoint_Relocation
1027 address breakpoint_Relocation::target() const {
1032 void breakpoint_Relocation::set_target(address x) {
1044 void breakpoint_Relocation::set_enabled(bool b) {
1056 void breakpoint_Relocation::set_active(bool b) {
H A DrelocInfo.hpp1250 class breakpoint_Relocation : public Relocation { class in inherits:Relocation
1277 new(rh) breakpoint_Relocation(kind, target, internal_target);
1289 breakpoint_Relocation(int kind, address target, bool internal_target);
1292 breakpoint_Relocation() { } function in class:breakpoint_Relocation
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dassembler_sparc.cpp1632 relocate(breakpoint_Relocation::spec(breakpoint_Relocation::safepoint));

Completed in 52 milliseconds