Searched defs:line_number_from_bci (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/vm/ci/
H A DciMethod.cpp253 // ciMethod::line_number_from_bci
254 int ciMethod::line_number_from_bci(int bci) const { function in class:ciMethod
257 return get_methodOop()->line_number_from_bci(bci);
/openjdk7/hotspot/src/share/vm/oops/
H A DmethodOop.cpp507 int methodOopDesc::line_number_from_bci(int bci) const { function in class:methodOopDesc
/openjdk7/hotspot/src/os/bsd/dtrace/
H A Dlibjvm_db.c755 line_number_from_bci(jvm_agent_t* J, Vframe_t *vf) function
771 fprintf(stderr, "\t line_number_from_bci: BEGIN, method name: %s, targ bci: %d\n",
784 fprintf(stderr, "\t line_number_from_bci: END: !HAS_LINE_NUMBER_TABLE \n\n");
800 fprintf(stderr, "\t\t line_number_from_bci: methodOop: %#llx, native: %d\n",
802 fprintf(stderr, "\t\t line_number_from_bci: buffer: %#llx, code_size: %d\n",
810 fprintf(stderr, "\t line_number_from_bci: END: exact line: %ld \n\n", vf->line);
819 fprintf(stderr, "\t line_number_from_bci: best_bci: %ld, best_line: %ld\n",
826 fprintf(stderr, "\t line_number_from_bci: END: line: %ld \n\n", vf->line);
831 fprintf(stderr, "\t line_number_from_bci: FAIL\n");
975 err = line_number_from_bci(
[all...]
/openjdk7/hotspot/src/os/solaris/dtrace/
H A Dlibjvm_db.c755 line_number_from_bci(jvm_agent_t* J, Vframe_t *vf) function
771 fprintf(stderr, "\t line_number_from_bci: BEGIN, method name: %s, targ bci: %d\n",
784 fprintf(stderr, "\t line_number_from_bci: END: !HAS_LINE_NUMBER_TABLE \n\n");
800 fprintf(stderr, "\t\t line_number_from_bci: methodOop: %#llx, native: %d\n",
802 fprintf(stderr, "\t\t line_number_from_bci: buffer: %#llx, code_size: %d\n",
810 fprintf(stderr, "\t line_number_from_bci: END: exact line: %ld \n\n", vf->line);
819 fprintf(stderr, "\t line_number_from_bci: best_bci: %ld, best_line: %ld\n",
826 fprintf(stderr, "\t line_number_from_bci: END: line: %ld \n\n", vf->line);
831 fprintf(stderr, "\t line_number_from_bci: FAIL\n");
975 err = line_number_from_bci(
[all...]

Completed in 1085 milliseconds