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

/openjdk7/hotspot/src/share/vm/opto/
H A Dmachnode.hpp349 static const RegMask& _out_RegMask; // We need the out_RegMask statically in MachConstantNode::in_RegMask().
372 //------------------------------MachConstantNode-------------------------------
374 class MachConstantNode : public MachTypeNode { class in inherits:MachTypeNode
379 MachConstantNode() : MachTypeNode() { function in class:MachConstantNode
385 tty->print("missing MachConstantNode eval_constant function: ");
401 int constant_offset() const { return ((MachConstantNode*) this)->constant_offset(); }

Completed in 34 milliseconds