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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/sparc/
H A DSPARCFrame.java111 public static Address biasSP(Address real_sp) { argument
112 if (real_sp != null) {
114 System.out.println("biasing realsp: " + real_sp + " biased: " + real_sp.addOffsetTo(-VM.getVM().getStackBias()) );
116 return real_sp.addOffsetTo(-VM.getVM().getStackBias());
/openjdk7/hotspot/src/os/bsd/dtrace/
H A Dlibjvm_db.c1262 // real_sp is the sp we should have received for this frame
1263 uint64_t real_sp = prev_fp + 2 * POINTER_SIZE; local
1265 jframe->new_sp = real_sp + frame_size + POINTER_SIZE;
/openjdk7/hotspot/src/os/solaris/dtrace/
H A Dlibjvm_db.c1262 // real_sp is the sp we should have received for this frame
1263 uint64_t real_sp = prev_fp + 2 * POINTER_SIZE; local
1265 jframe->new_sp = real_sp + frame_size + POINTER_SIZE;

Completed in 54 milliseconds