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

/openjdk7/hotspot/src/share/vm/opto/
H A Dcfgnode.hpp474 catch_all_index = 1, // the projection index for catch-alls enumerator in enum:CatchProjNode::__anon304
H A Dcallnode.cpp726 // For Control (fallthrough) and I_O (catch_all_index) we have CatchProj -> Catch -> Proj
738 assert(cpn->_con == CatchProjNode::catch_all_index, "must be correct index.");
H A Dmacro.cpp174 // For Control (fallthrough) and I_O (catch_all_index) we have CatchProj -> Catch -> Proj
186 assert(cpn->_con == CatchProjNode::catch_all_index, "must be correct index.");
H A DgraphKit.cpp2268 Node* excp = _gvn.transform( new (C) CatchProjNode(catc, CatchProjNode::catch_all_index, CatchProjNode::no_handler_bci) );

Completed in 72 milliseconds