Searched refs:line_number_from_bci (Results 1 - 15 of 15) sorted by relevance

/openjdk9/hotspot/src/share/vm/ci/
H A DciMethod.hpp207 int line_number_from_bci(int bci) const;
H A DciMethod.cpp270 // ciMethod::line_number_from_bci
271 int ciMethod::line_number_from_bci(int bci) const { function in class:ciMethod
274 return get_Method()->line_number_from_bci(bci);
/openjdk9/hotspot/src/share/vm/classfile/
H A DjavaClasses.inline.hpp208 line_number = method->line_number_from_bci(bci);
/openjdk9/hotspot/src/share/vm/code/
H A DscopeDesc.cpp163 int lineno = method()->line_number_from_bci(bci());
H A Dnmethod.cpp2713 int lineno = sd->method()->line_number_from_bci(sd->bci());
/openjdk9/hotspot/src/os/solaris/dtrace/
H A Dlibjvm_db.c782 line_number_from_bci(jvm_agent_t* J, Vframe_t *vf) function
798 fprintf(stderr, "\t line_number_from_bci: BEGIN, method name: %s, targ bci: %d\n",
811 fprintf(stderr, "\t line_number_from_bci: END: !HAS_LINE_NUMBER_TABLE \n\n");
827 fprintf(stderr, "\t\t line_number_from_bci: method: %#llx, native: %d\n",
829 fprintf(stderr, "\t\t line_number_from_bci: buffer: %#llx, code_size: %d\n",
837 fprintf(stderr, "\t line_number_from_bci: END: exact line: %d \n\n", vf->line);
846 fprintf(stderr, "\t line_number_from_bci: best_bci: %d, best_line: %d\n",
853 fprintf(stderr, "\t line_number_from_bci: END: line: %d \n\n", vf->line);
858 fprintf(stderr, "\t line_number_from_bci: FAIL\n");
1002 err = line_number_from_bci(
[all...]
/openjdk9/hotspot/src/os/bsd/dtrace/
H A Dlibjvm_db.c783 line_number_from_bci(jvm_agent_t* J, Vframe_t *vf) function
799 fprintf(stderr, "\t line_number_from_bci: BEGIN, method name: %s, targ bci: %d\n",
812 fprintf(stderr, "\t line_number_from_bci: END: !HAS_LINE_NUMBER_TABLE \n\n");
828 fprintf(stderr, "\t\t line_number_from_bci: method: %#llx, native: %d\n",
830 fprintf(stderr, "\t\t line_number_from_bci: buffer: %#llx, code_size: %d\n",
838 fprintf(stderr, "\t line_number_from_bci: END: exact line: %d \n\n", vf->line);
847 fprintf(stderr, "\t line_number_from_bci: best_bci: %d, best_line: %d\n",
854 fprintf(stderr, "\t line_number_from_bci: END: line: %d \n\n", vf->line);
859 fprintf(stderr, "\t line_number_from_bci: FAIL\n");
1003 err = line_number_from_bci(
[all...]
/openjdk9/hotspot/src/share/vm/runtime/
H A Dvframe.cpp646 int line_number = m->line_number_from_bci(bci());
H A Dreflection.cpp67 line_number = vfst.method()->line_number_from_bci(vfst.bci());
/openjdk9/hotspot/src/share/vm/opto/
H A DidealGraphPrinter.cpp589 print_prop("line", last->line_number_from_bci(last_bci));
/openjdk9/hotspot/src/share/vm/oops/
H A Dmethod.hpp722 int line_number_from_bci(int bci) const;
H A Dmethod.cpp692 int Method::line_number_from_bci(int bci) const { function in class:Method
H A DconstantPool.cpp203 line_number = vfst.method()->line_number_from_bci(vfst.bci());
/openjdk9/hotspot/src/share/vm/services/
H A DheapDumper.cpp1211 line_number = m->line_number_from_bci(bci);
/openjdk9/hotspot/src/share/vm/prims/
H A Djvm.cpp181 line_number = vfst.method()->line_number_from_bci(vfst.bci());

Completed in 286 milliseconds