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

/openjdk7/hotspot/src/share/vm/adlc/
H A Dformssel.cpp110 bool InstructForm::sets_result() const { function in class:InstructForm
111 return (_matrule != NULL && _matrule->sets_result());
131 if (sets_result()) comp = _components.iter();
522 if( _matrule && _matrule->sets_result()
1352 if( sets_result() ) {
3307 bool MatchNode::sets_result() const { function in class:MatchNode
3316 const MatchNode *const mnode = sets_result() ?
3334 const MatchNode *const mnode = sets_result() ?
3344 if ( sets_result() ) {
3635 if( !(sets_result()
[all...]
H A Dformssel.hpp127 virtual bool sets_result() const;
962 bool sets_result() const; // rule "Set"s result of match

Completed in 153 milliseconds