Searched defs:mroot (Results 1 - 2 of 2) sorted by relevance
/openjdk7/hotspot/src/share/vm/adlc/ |
H A D | adlparse.cpp | 4080 MatchNode* mroot = new MatchNode(_AD,result,name,operation,lChild,rChild); local 4084 mroot->build_internalop(); 4089 return mroot;
|
H A D | formssel.cpp | 3833 MatchRule::MatchRule(ArchDesc &ad, MatchNode* mroot, int depth, char *cnstr, argument 3835 : MatchNode(ad,*mroot), _depth(depth), _construct(cnstr), 3838 mroot->_lChild = NULL; 3839 mroot->_rChild = NULL; 3840 delete mroot;
|
Completed in 591 milliseconds