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

/openjdk7/hotspot/src/os_cpu/windows_x86/vm/
H A Dos_windows_x86.cpp494 st->print("RAX="); print_location(st, uc->Rax);
495 st->print("RBX="); print_location(st, uc->Rbx);
496 st->print("RCX="); print_location(st, uc->Rcx);
497 st->print("RDX="); print_location(st, uc->Rdx);
498 st->print("RSP="); print_location(st, uc->Rsp);
499 st->print("RBP="); print_location(st, uc->Rbp);
500 st->print("RSI="); print_location(st, uc->Rsi);
501 st->print("RDI="); print_location(st, uc->Rdi);
502 st->print("R8 ="); print_location(st, uc->R8);
503 st->print("R9 ="); print_location(s
[all...]
/openjdk7/hotspot/src/os_cpu/linux_sparc/vm/
H A Dos_linux_sparc.cpp311 st->print("G1="); print_location(st, SIG_REGS(sc).u_regs[CON__G1]);
312 st->print("G2="); print_location(st, SIG_REGS(sc).u_regs[CON__G2]);
313 st->print("G3="); print_location(st, SIG_REGS(sc).u_regs[CON__G3]);
314 st->print("G4="); print_location(st, SIG_REGS(sc).u_regs[CON__G4]);
315 st->print("G5="); print_location(st, SIG_REGS(sc).u_regs[CON__G5]);
316 st->print("G6="); print_location(st, SIG_REGS(sc).u_regs[CON__G6]);
317 st->print("G7="); print_location(st, SIG_REGS(sc).u_regs[CON__G7]);
320 st->print("O0="); print_location(st, SIG_REGS(sc).u_regs[CON__O0]);
321 st->print("O1="); print_location(st, SIG_REGS(sc).u_regs[CON__O1]);
322 st->print("O2="); print_location(s
[all...]
/openjdk7/hotspot/src/os_cpu/solaris_sparc/vm/
H A Dos_solaris_sparc.cpp674 st->print("G1="); print_location(st, uc->uc_mcontext.gregs[REG_G1]);
675 st->print("G2="); print_location(st, uc->uc_mcontext.gregs[REG_G2]);
676 st->print("G3="); print_location(st, uc->uc_mcontext.gregs[REG_G3]);
677 st->print("G4="); print_location(st, uc->uc_mcontext.gregs[REG_G4]);
678 st->print("G5="); print_location(st, uc->uc_mcontext.gregs[REG_G5]);
679 st->print("G6="); print_location(st, uc->uc_mcontext.gregs[REG_G6]);
680 st->print("G7="); print_location(st, uc->uc_mcontext.gregs[REG_G7]);
683 st->print("O0="); print_location(st, uc->uc_mcontext.gregs[REG_O0]);
684 st->print("O1="); print_location(st, uc->uc_mcontext.gregs[REG_O1]);
685 st->print("O2="); print_location(s
[all...]
/openjdk7/hotspot/src/os_cpu/bsd_x86/vm/
H A Dos_bsd_x86.cpp1092 st->print("RAX="); print_location(st, uc->context_rax);
1093 st->print("RBX="); print_location(st, uc->context_rbx);
1094 st->print("RCX="); print_location(st, uc->context_rcx);
1095 st->print("RDX="); print_location(st, uc->context_rdx);
1096 st->print("RSP="); print_location(st, uc->context_rsp);
1097 st->print("RBP="); print_location(st, uc->context_rbp);
1098 st->print("RSI="); print_location(st, uc->context_rsi);
1099 st->print("RDI="); print_location(st, uc->context_rdi);
1100 st->print("R8 ="); print_location(st, uc->context_r8);
1101 st->print("R9 ="); print_location(s
[all...]
/openjdk7/hotspot/src/os_cpu/linux_x86/vm/
H A Dos_linux_x86.cpp827 st->print("RAX="); print_location(st, uc->uc_mcontext.gregs[REG_RAX]);
828 st->print("RBX="); print_location(st, uc->uc_mcontext.gregs[REG_RBX]);
829 st->print("RCX="); print_location(st, uc->uc_mcontext.gregs[REG_RCX]);
830 st->print("RDX="); print_location(st, uc->uc_mcontext.gregs[REG_RDX]);
831 st->print("RSP="); print_location(st, uc->uc_mcontext.gregs[REG_RSP]);
832 st->print("RBP="); print_location(st, uc->uc_mcontext.gregs[REG_RBP]);
833 st->print("RSI="); print_location(st, uc->uc_mcontext.gregs[REG_RSI]);
834 st->print("RDI="); print_location(st, uc->uc_mcontext.gregs[REG_RDI]);
835 st->print("R8 ="); print_location(st, uc->uc_mcontext.gregs[REG_R8]);
836 st->print("R9 ="); print_location(s
[all...]
/openjdk7/hotspot/src/os_cpu/solaris_x86/vm/
H A Dos_solaris_x86.cpp814 st->print("RAX="); print_location(st, uc->uc_mcontext.gregs[REG_RAX]);
815 st->print("RBX="); print_location(st, uc->uc_mcontext.gregs[REG_RBX]);
816 st->print("RCX="); print_location(st, uc->uc_mcontext.gregs[REG_RCX]);
817 st->print("RDX="); print_location(st, uc->uc_mcontext.gregs[REG_RDX]);
818 st->print("RSP="); print_location(st, uc->uc_mcontext.gregs[REG_RSP]);
819 st->print("RBP="); print_location(st, uc->uc_mcontext.gregs[REG_RBP]);
820 st->print("RSI="); print_location(st, uc->uc_mcontext.gregs[REG_RSI]);
821 st->print("RDI="); print_location(st, uc->uc_mcontext.gregs[REG_RDI]);
822 st->print("R8 ="); print_location(st, uc->uc_mcontext.gregs[REG_R8]);
823 st->print("R9 ="); print_location(s
[all...]
/openjdk7/hotspot/src/share/vm/utilities/
H A Ddebug.cpp734 os::print_location(tty, x, false);
745 os::print_location(tty, x, false);
751 os::print_location(tty, x, true);
/openjdk7/hotspot/src/share/vm/runtime/
H A Dos.hpp552 static void print_location(outputStream* st, intptr_t x, bool verbose = false);
H A Dos.cpp818 void os::print_location(outputStream* st, intptr_t x, bool verbose) { function in class:os
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dassembler_sparc.cpp1640 if (j != 6) { s->print("i%d = ", j); os::print_location(s, i[j]); }
1641 else { s->print( "fp = " ); os::print_location(s, i[j]); }
1646 s->print("l%d = ", j); os::print_location(s, l[j]);
1651 if (j != 6) { s->print("o%d = ", j); os::print_location(s, o[j]); }
1652 else { s->print( "sp = " ); os::print_location(s, o[j]); }
1657 s->print("g%d = ", j); os::print_location(s, g[j]);
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dassembler_x86.cpp6046 { tty->print("%s = ", #rax); os::print_location(tty, rax); }
6060 os::print_location(tty, *dump_sp++);
6646 { tty->print("%s = ", #rax); os::print_location(tty, value); }
6669 os::print_location(tty, *dump_sp++);

Completed in 546 milliseconds