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

/openjdk7/hotspot/src/os/bsd/dtrace/
H A Dlibjvm_db.c1215 uint64_t trial_pc; local
1232 err = read_pointer(J, fp + POINTER_SIZE , &trial_pc);
1233 if ( (err != PS_OK || trial_pc != pc) && frame_size > 0 ) {
/openjdk7/hotspot/src/os/solaris/dtrace/
H A Dlibjvm_db.c1215 uint64_t trial_pc; local
1232 err = read_pointer(J, fp + POINTER_SIZE , &trial_pc);
1233 if ( (err != PS_OK || trial_pc != pc) && frame_size > 0 ) {

Completed in 38 milliseconds