Searched defs:last_Java_pc (Results 1 - 6 of 6) sorted by relevance

/openjdk7/hotspot/src/cpu/sparc/vm/
H A DjavaFrameAnchor_sparc.hpp82 address last_Java_pc(void) { return _last_Java_pc; } function
H A DcppInterpreter_sparc.cpp747 // should we get there. Normal jni call will set reasonable last_Java_pc
2173 void BytecodeInterpreter::pd_layout_interpreterState(interpreterState istate, address last_Java_pc, intptr_t* last_Java_fp) { argument
2174 istate->_last_Java_pc = (intptr_t*) last_Java_pc;
H A Dassembler_sparc.cpp963 void MacroAssembler::set_last_Java_frame(Register last_java_sp, Register last_Java_pc) { argument
969 // Always set last_Java_pc and flags first because once last_Java_sp is visible
979 STOP("last_Java_pc not zeroed before leaving Java");
992 // When returning from calling out from Java mode the frame anchor's last_Java_pc
997 if (last_Java_pc->is_valid()) {
998 st_ptr(last_Java_pc, pc_addr);
1040 // Always return last_Java_pc to zero
/openjdk7/hotspot/src/cpu/x86/vm/
H A DjavaFrameAnchor_x86.hpp72 address last_Java_pc(void) { return _last_Java_pc; } function
/openjdk7/hotspot/src/cpu/zero/vm/
H A DjavaFrameAnchor_zero.hpp88 address last_Java_pc() const { function
/openjdk7/hotspot/src/share/vm/runtime/
H A Dthread.hpp1014 // last_Java_pc
1016 address last_Java_pc(void) { return _anchor.last_Java_pc(); } function in class:JavaThread

Completed in 77 milliseconds