Searched refs:target_pc (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/tools/asm/
H A DInstruction.java758 int target_pc = (lbl != null) ? lbl.pc : sw.defaultLabel.pc;
759 out.writeInt(target_pc - pc);
/openjdk7/hotspot/src/share/vm/runtime/
H A DsharedRuntime.cpp753 address target_pc = NULL; local
840 target_pc = nm->continuation_for_implicit_exception(pc);
841 // If there's an unexpected fault, target_pc might be NULL,
856 target_pc = nm->continuation_for_implicit_exception(pc);
857 // If there's an unexpected fault, target_pc might be NULL,
871 Events::log_exception(thread, "Implicit null exception at " INTPTR_FORMAT " to " INTPTR_FORMAT, pc, target_pc);
873 Events::log_exception(thread, "Implicit division by zero exception at " INTPTR_FORMAT " to " INTPTR_FORMAT, pc, target_pc);
875 return target_pc;

Completed in 881 milliseconds