Searched defs:prev_fp (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/os/bsd/dtrace/
H A Dlibjvm_db.c1244 uint64_t prev_fp = 0; local
1256 prev_fp = base - 2 * POINTER_SIZE;
1261 if ( prev_fp != 0 ) {
1263 uint64_t real_sp = prev_fp + 2 * POINTER_SIZE;
/openjdk7/hotspot/src/os/solaris/dtrace/
H A Dlibjvm_db.c1244 uint64_t prev_fp = 0; local
1256 prev_fp = base - 2 * POINTER_SIZE;
1261 if ( prev_fp != 0 ) {
1263 uint64_t real_sp = prev_fp + 2 * POINTER_SIZE;

Completed in 38 milliseconds