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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Instruction.hpp399 int printable_bci() const { assert(has_printable_bci(), "_printable_bci should have been set"); return _printable_bci; } function in class:Instruction
584 NOT_PRODUCT(set_printable_bci(Value(b)->printable_bci()));

Completed in 515 milliseconds