Searched defs:_handler_bci (Results 1 - 2 of 2) 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; }

Completed in 31 milliseconds