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

/openjdk7/hotspot/src/share/vm/opto/
H A Dmachnode.hpp166 MachNode() : Node((uint)0), _num_opnds(0), _opnds(NULL) {
217 uint _num_opnds; member in class:MachNode
219 uint num_opnds() const { return _num_opnds; }
846 _num_opnds = 1;

Completed in 36 milliseconds