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

/openjdk7/hotspot/src/share/vm/opto/
H A Dcallnode.cpp180 RethrowNode::RethrowNode( function in class:RethrowNode
196 Node *RethrowNode::Ideal(PhaseGVN *phase, bool can_reshape){
200 const Type *RethrowNode::Value( PhaseTransform *phase ) const {
206 uint RethrowNode::match_edge(uint idx) const {
211 void RethrowNode::dump_req(outputStream *st) const {
H A Dcallnode.hpp134 //------------------------------RethrowNode------------------------------------
138 class RethrowNode : public Node { class in inherits:Node
140 RethrowNode( Node *cntrl, Node *i_o, Node *memory, Node *frameptr, Node *ret_adr, Node *exception );
H A Dparse1.cpp823 // Bind all exception states in the list into a single RethrowNode.
830 RethrowNode* exit = new (this) RethrowNode(kit.control(),
/openjdk7/hotspot/src/share/vm/runtime/
H A DvmStructs.cpp1731 declare_c2_type(RethrowNode, Node) \

Completed in 59 milliseconds