Searched refs:vframe_no (Results 1 - 3 of 3) 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;
/openjdk7/hotspot/src/share/vm/runtime/
H A Dthread.cpp3133 int vframe_no = 1;
3136 javaVFrame::cast(f)->print_activation(vframe_no++);
3140 if (vframe_no > StackPrintLimit) {

Completed in 38 milliseconds