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

/openjdk7/hotspot/src/share/vm/adlc/
H A Dforms.hpp422 int _matchcnt; // Count of match rule operands member in class:ComponentList
433 int match_count() { return _matchcnt; } // Get count of match rule opers
H A Dformssel.cpp2882 ComponentList::ComponentList() : NameList(), _matchcnt(0) {
2894 if(mflag) _matchcnt++;
2904 if(_iter < _matchcnt) return (Component*)NameList::iter();

Completed in 64 milliseconds