Searched defs:Label_Root (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Dmatcher.cpp1364 Label_Root( n, s, n->in(0), mem );
1478 Node *Matcher::Label_Root( const Node *n, State *svec, Node *control, const Node *mem){ function in class:Matcher
1479 // Since Label_Root is a recursive function, its possible that we might run
1548 control = Label_Root(m,s,control,mem);

Completed in 37 milliseconds