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

/openjdk7/hotspot/src/share/vm/opto/
H A Dcfgnode.hpp461 // It is passed in the bci of the target handler, or no_handler_bci in case
475 no_handler_bci = -1 // the bci for fall through or catch-all projs enumerator in enum:CatchProjNode::__anon304
H A DdoCall.cpp688 set_control(_gvn.transform( new (C) CatchProjNode(catch_, CatchProjNode::fall_through_index, CatchProjNode::no_handler_bci)));
H A DgraphKit.cpp2267 Node* norm = _gvn.transform( new (C) CatchProjNode(catc, CatchProjNode::fall_through_index, CatchProjNode::no_handler_bci) );
2268 Node* excp = _gvn.transform( new (C) CatchProjNode(catc, CatchProjNode::catch_all_index, CatchProjNode::no_handler_bci) );

Completed in 49 milliseconds