Searched refs:pc (Results 276 - 299 of 299) sorted by relevance

<<1112

/openjdk7/hotspot/src/cpu/x86/vm/
H A DmethodHandles_x86.cpp217 address entry_point = __ pc();
544 values.describe(-1, dump_fp, "fp for #1 <not parsed, cannot trust pc>");
H A Dvm_version_x86.cpp81 address start = __ pc();
H A Dassembler_x86.cpp387 // disp was created by converting the target address minus the pc
391 address next_ip = pc() + sizeof(int32_t) + rip_relative_correction;
839 assert(inst != NULL && inst < pc(), "must point to beginning of instruction");
856 assert(opnd == pc(), "must put operand where relocs can find it");
1133 int offs = (int)( target(L) - pc() );
6069 // Print some instructions around pc:
6114 // amd64 always does this as a pc-rel
6119 return Address((int32_t)(intptr_t)(adr.target() - pc()), adr.target(), adr.reloc());
6339 // returns the (pc) offset of the idivl instruction - may be needed
6563 address rip = pc();
6607 debug64(char* msg, int64_t pc, int64_t regs[]) argument
6636 print_state64(int64_t pc, int64_t regs[]) argument
9834 const char* pc; local
[all...]
H A Dc1_LIRAssembler_x86.cpp399 // the exception oop and pc are in rax, and rdx
406 // search an exception handler (rax: exception oop, rdx: throwing pc)
489 InternalAddress here(__ pc());
2867 RelocationHolder rh = virtual_call_Relocation::spec(pc());
2884 address call_pc = __ pc();
2904 __ jump(RuntimeAddress(__ pc()));
2920 // get current pc information
2921 // pc is only needed if the method has an exception handler, the unwind code does not need it.
2923 InternalAddress pc_for_athrow(__ pc());
2928 // search an exception handler (rax: exception oop, rdx: throwing pc)
[all...]
H A Dassembler_x86.hpp923 void call(Register reg); // push pc; pc <- reg
924 void call(Address adr); // push pc; pc <- adr
1191 // bind(L); // bind label to the current pc
1206 void jmp(Address entry); // pc <- entry
1211 void jmp(Register entry); // pc <- entry
2331 static void debug64(char* msg, int64_t pc, int64_t regs[]);
2333 static void print_state64(int64_t pc, int64_t regs[]);
H A Dc1_Runtime1_x86.cpp72 address the_pc = pc();
682 // exception pc (RDX) are dead.
708 // check that fields in JavaThread for exception oop and issuing pc are
719 __ stop("exception pc already set");
723 // save exception oop and issuing pc into JavaThread
728 // patch throwing pc into return address (has bci & oop map)
732 // the exception oop and the throwing pc are read from the fields in JavaThread
788 // check that fields in JavaThread for exception oop and issuing pc are empty
799 __ stop("exception pc must be empty");
830 // get throwing pc (
[all...]
/openjdk7/hotspot/src/share/vm/runtime/
H A Dos.hpp523 // Find out whether the pc is in the static code for jvm.dll/libjvm.so.
576 // return current frame. pc() and sp() are set to NULL on failure.
787 static bool find(address pc, outputStream* st = tty); // OS specific function to make sense out of an address
H A Dvframe.cpp551 tty->print_cr("frame( sp=" INTPTR_FORMAT ", unextended_sp=" INTPTR_FORMAT ", fp=" INTPTR_FORMAT ", pc=" INTPTR_FORMAT ")",
552 _fr.sp(), _fr.unextended_sp(), _fr.fp(), _fr.pc());
H A Dthread.hpp837 address _saved_exception_pc; // Saved pc of instruction where last implicit exception happened
997 void set_saved_exception_pc(address pc) { _saved_exception_pc = pc; } argument
H A Dthread.cpp2073 tty->print(" (pc: " INTPTR_FORMAT " sp: " INTPTR_FORMAT " )", f.pc(), f.sp());
2593 address pc = fst.current()->pc();
2595 ScopeDesc* sd = nm->scope_desc_at( pc);
2635 nmethod* nm = CodeCache::find_nmethod(fst.current()->pc());
H A Dsafepoint.cpp1082 assert(real_return_addr == caller_fr.pc(), "must match");
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/jvm/
H A DGen.java1198 int pc = code.entryPoint(stateSwitch);
1205 pc - startpc);
1207 offsets[i] = pc - startpc;
1210 code.put4(tableBase, pc - startpc);
1450 * @param startpc Start pc of try-block.
1451 * @param endpc End pc of try-block.
/openjdk7/hotspot/agent/src/os/solaris/proc/
H A Dsaproc.cpp481 jlong pc = (jlong) (uintptr_t) regs[pcRegIndex]; local
485 curFrame, pc, fp);
/openjdk7/hotspot/src/share/vm/interpreter/
H A DinterpreterRuntime.cpp804 tty->print("OSR entry @ pc: " INTPTR_FORMAT ": ", nm->osr_entry());
1043 IRT_LEAF(int, InterpreterRuntime::interpreter_contains(address pc)) argument
1045 return (Interpreter::contains(pc) ? 1 : 0);
/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DPackageWriter.java1561 int pc = i.getPC()+1;
1563 if (pc < npc) {
/openjdk7/jdk/src/share/classes/sun/security/pkcs11/
H A DP11KeyStore.java247 PasswordCallback pc = (PasswordCallback)callbacks[0];
248 pc.setPassword(password); // this clones the password if not null
/openjdk7/hotspot/src/cpu/zero/vm/
H A DcppInterpreter_zero.cpp1018 bool CppInterpreter::contains(address pc) { argument
/openjdk7/hotspot/src/share/vm/opto/
H A Dchaitin.cpp1921 static char *print_reg( OptoReg::Name reg, const PhaseChaitin *pc, char *buf ) { argument
1928 pc->reg2offset(reg));
H A Dcompile.cpp836 // for the original deopt pc.
2209 int pc = 0x0; // Program counter local
2291 _handler_table.print_subtable_for(pc);
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dassembler_sparc.hpp217 // It is a "return pc", the address __following__ the call.
218 // Raw return addresses are converted to issuing PCs by frame::pc(),
866 // labels record current pc() as a branch address.
869 return pc();
874 return is_in_wdisp_range(target_distance(L), pc(), 16);
1186 int x = *(int*)(intptr_t(pc()) - 4); // previous instruction
1198 intptr_t x = intptr_t(target_distance(L)) - intptr_t(pc());
H A Dc1_LIRAssembler_sparc.cpp771 RelocationHolder rspec = virtual_call_Relocation::spec(pc());
1593 address call_pc = __ pc();
2042 address pc_for_athrow = __ pc();
/openjdk7/hotspot/src/share/vm/classfile/
H A DjavaClasses.cpp1478 address pc = fr.pc(); local
1497 PcDesc* pd = nm->pc_desc_at(pc);
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiExport.cpp1712 record->pcinfo[scope].pc = pc_address;
/openjdk7/jdk/test/java/lang/invoke/
H A DMethodHandlesTest.java2232 int pc = test1.type().parameterCount();
2233 test1 = MethodHandles.insertArguments(test, testArgs, Arrays.copyOfRange(argList1, testArgs, pc));

Completed in 607 milliseconds

<<1112