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

/openjdk7/hotspot/src/share/vm/adlc/
H A Dadlparse.hpp152 MatchNode *matchNode_parse(FormDict &operands, int &depth,
H A Dadlparse.cpp3536 MatchNode *mnode = matchNode_parse(operands, depth, numleaves, true);
4002 //------------------------------matchNode_parse--------------------------------
4003 MatchNode *ADLParser::matchNode_parse(FormDict &operands, int &depth, int &numleaves, bool atroot) { function in class:ADLParser
4102 child = matchNode_parse(operands, parens, numleaves, atroot);

Completed in 33 milliseconds