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

/openjdk7/hotspot/src/share/vm/opto/
H A Dmatcher.cpp158 void Matcher::verify_new_nodes_only(Node* xroot) { argument
163 worklist.push(xroot);
352 Node* xroot = xform( C->root(), 1 ); local
353 if (xroot == NULL) {
358 // because xroot wasn't available yet, so transfer the uses to
359 // the xroot.
364 n->set_req(0, xroot);
378 C->set_root(xroot->is_Root() ? xroot->as_Root() : NULL);
381 verify_new_nodes_only(xroot);
[all...]

Completed in 31 milliseconds