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

/openjdk7/hotspot/src/share/vm/opto/
H A Dcfgnode.hpp428 const int _dest_bci; member in class:JumpProjNode
433 : JProjNode(jumpnode, proj_no), _dest_bci(dest_bci), _proj_no(proj_no), _switch_val(switch_val) {
439 int dest_bci() const { return _dest_bci; }
H A Dcfgnode.cpp2072 return Node::hash() + _dest_bci;
2077 _dest_bci == ((JumpProjNode&)n)._dest_bci;
2083 st->print("@bci %d ",_dest_bci);

Completed in 1152 milliseconds