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

/openjdk7/hotspot/src/share/vm/opto/
H A DdoCall.cpp632 Node *catch_ = _gvn.transform(cn); local
642 Node* ctrl = _gvn.transform( new (C) CatchProjNode(catch_, i+1,handler_bci));
688 set_control(_gvn.transform( new (C) CatchProjNode(catch_, CatchProjNode::fall_through_index, CatchProjNode::no_handler_bci)));

Completed in 23 milliseconds