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

/openjdk7/hotspot/src/share/vm/compiler/
H A DmethodLiveness.cpp74 // The BitCounter class is used for counting the number of bits set in
79 class BitCounter: public BitMapClosure { class in inherits:BitMapClosure
83 BitCounter() : _count(0) {} function in class:BitCounter
517 BitCounter counter;

Completed in 47 milliseconds