Searched defs:PopCountINode (Results 1 - 1 of 1) sorted by relevance
/openjdk7/hotspot/src/share/vm/opto/ | ||
H A D | connode.hpp | 682 //---------- PopCountINode ----------------------------------------------------- 684 class PopCountINode : public CountBitsNode { class in inherits:CountBitsNode 686 PopCountINode(Node* in1) : CountBitsNode(in1) {} function in class:PopCountINode |
Completed in 25 milliseconds