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

/openjdk7/hotspot/src/share/vm/opto/
H A DidealGraphPrinter.cpp588 int last_bci; local
592 last_bci = caller->bci();
598 if (last != NULL && last->has_linenumber_table() && last_bci >= 0) {
599 print_prop("line", last->line_number_from_bci(last_bci));

Completed in 29 milliseconds