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

/openjdk7/hotspot/src/share/vm/opto/
H A Dconnode.hpp682 //---------- PopCountINode -----------------------------------------------------
684 class PopCountINode : public CountBitsNode { class in inherits:CountBitsNode
686 PopCountINode(Node* in1) : CountBitsNode(in1) {} function in class:PopCountINode
H A Dlibrary_call.cpp2118 case vmIntrinsics::_bitCount_i: n = new (C) PopCountINode( arg); break;

Completed in 207 milliseconds