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

/openjdk7/hotspot/src/share/vm/adlc/
H A Dadlparse.hpp153 int &numleaves, bool atroot);
155 int &numleaves, bool atroot);
H A Dformssel.hpp975 void swap_commutative_op(bool atroot, int count);
H A Dadlparse.cpp4003 MatchNode *ADLParser::matchNode_parse(FormDict &operands, int &depth, int &numleaves, bool atroot) { argument
4083 if (!atroot) {
4094 MatchNode *ADLParser::matchChild_parse(FormDict &operands, int &parens, int &numleaves, bool atroot) { argument
4102 child = matchNode_parse(operands, parens, numleaves, atroot);
H A Dformssel.cpp3779 void MatchNode::swap_commutative_op(bool atroot, int id) { argument
3796 if( !atroot && (_lChild || _rChild) ) {

Completed in 61 milliseconds