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

/openjdk7/hotspot/src/share/vm/ci/
H A DciMethod.hpp183 int line_number_from_bci(int bci) const;
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/code/
H A DscopeDesc.cpp161 int lineno = method()->line_number_from_bci(bci());
H A Dnmethod.cpp2742 int lineno = sd->method()->line_number_from_bci(sd->bci());
/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...]
/openjdk7/hotspot/src/share/vm/oops/
H A DmethodOop.hpp591 int line_number_from_bci(int bci) const;
H A DmethodOop.cpp507 int methodOopDesc::line_number_from_bci(int bci) const { function in class:methodOopDesc
H A DconstantPoolOop.cpp165 line_number = vfst.method()->line_number_from_bci(vfst.bci());
/openjdk7/hotspot/src/share/vm/opto/
H A DidealGraphPrinter.cpp599 print_prop("line", last->line_number_from_bci(last_bci));
/openjdk7/hotspot/src/share/vm/runtime/
H A Dvframe.cpp557 int line_number = m->line_number_from_bci(bci());
H A Dreflection.cpp65 line_number = vfst.method()->line_number_from_bci(vfst.bci());
/openjdk7/hotspot/src/share/vm/services/
H A DheapDumper.cpp1124 line_number = m->line_number_from_bci(bci);
/openjdk7/hotspot/src/share/vm/classfile/
H A DjavaClasses.cpp1181 int line_number = method->line_number_from_bci(bci);
1750 line_number = method->line_number_from_bci(bci);
/openjdk7/hotspot/src/share/vm/prims/
H A Djvm.cpp181 line_number = vfst.method()->line_number_from_bci(vfst.bci());

Completed in 112 milliseconds