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

/openjdk7/hotspot/src/share/vm/opto/
H A Dcfgnode.hpp48 class CatchNode;
447 //------------------------------CatchNode--------------------------------------
451 class CatchNode : public PCTableNode { class in inherits:PCTableNode
453 CatchNode( Node *ctrl, Node *idx, uint size ) : PCTableNode(ctrl,idx,size){ function in class:CatchNode
H A DdoCall.cpp601 // Add a CatchNode.
614 so don't duplicate. Duplication will cause the CatchNode to be
631 CatchNode *cn = new (C) CatchNode(control(), i_o, len+1);
640 // Get control from the CatchNode.
H A Dnode.hpp55 class CatchNode;
H A Dcfgnode.cpp2091 const Type *CatchNode::Value( PhaseTransform *phase ) const {
2149 Node *proj = in(0)->in(1); // Expect a proj feeding CatchNode
H A DgraphKit.cpp2266 Node* catc = _gvn.transform( new (C) CatchNode(control(), i_o, 2) );
2283 // Get the no-exception control from the CatchNode.
/openjdk7/hotspot/src/share/vm/runtime/
H A DvmStructs.cpp1760 declare_c2_type(CatchNode, PCTableNode) \

Completed in 75 milliseconds