Searched defs:HaltNode (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/opto/
H A DHaltNode.java33 public class HaltNode extends Node { class in inherits:Node
43 Type type = db.lookupType("HaltNode");
47 public HaltNode(Address addr) { method in class:HaltNode
/openjdk7/hotspot/src/share/vm/opto/
H A Drootnode.cpp63 HaltNode::HaltNode( Node *ctrl, Node *frameptr ) : Node(TypeFunc::Parms) { function in class:HaltNode
72 const Type *HaltNode::bottom_type() const { return Type::BOTTOM; }
75 Node *HaltNode::Ideal(PhaseGVN *phase, bool can_reshape) {
80 const Type *HaltNode::Value( PhaseTransform *phase ) const {
86 const RegMask &HaltNode::out_RegMask() const {
H A Drootnode.hpp50 //------------------------------HaltNode---------------------------------------
52 class HaltNode : public Node { class in inherits:Node
54 HaltNode( Node *ctrl, Node *frameptr );

Completed in 24 milliseconds