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

/openjdk7/hotspot/src/share/vm/ci/
H A DciExceptionHandler.hpp45 int _handler_bci; member in class:ciExceptionHandler
58 _handler_bci = handler_bci;
65 int handler_bci() { return _handler_bci; }
/openjdk7/hotspot/src/share/vm/opto/
H A Dcfgnode.hpp469 const int _handler_bci; member in class:CatchProjNode
479 : CProjNode(catchnode, proj_no), _handler_bci(handler_bci) {
487 int handler_bci() const { return _handler_bci; }
488 bool is_handler_proj() const { return _handler_bci >= 0; }
H A Dcfgnode.cpp2123 return Node::hash() + _handler_bci;
2129 _handler_bci == ((CatchProjNode&)n)._handler_bci;
2171 st->print("@bci %d ",_handler_bci);

Completed in 31 milliseconds