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

/openjdk7/hotspot/src/share/vm/opto/
H A Dmachnode.hpp363 static const RegMask& static_out_RegMask() { return _out_RegMask; } function in class:MachConstantBaseNode
364 virtual const RegMask& out_RegMask() const { return static_out_RegMask(); }
393 return MachConstantBaseNode::static_out_RegMask();

Completed in 1163 milliseconds