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

/openjdk7/hotspot/src/os/bsd/dtrace/
H A Dlibjvm_db.c1305 int Jget_vframe(jvm_agent_t* J, int vframe_no, argument
1312 if (vframe_no >= N->vf_cnt) {
1313 (void) sprintf(name, "Wrong inlinedMethod%1d()", vframe_no);
1316 vf = N->vframes + vframe_no;
/openjdk7/hotspot/src/os/solaris/dtrace/
H A Dlibjvm_db.c1305 int Jget_vframe(jvm_agent_t* J, int vframe_no, argument
1312 if (vframe_no >= N->vf_cnt) {
1313 (void) sprintf(name, "Wrong inlinedMethod%1d()", vframe_no);
1316 vf = N->vframes + vframe_no;

Completed in 1306 milliseconds