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

/openjdk7/hotspot/src/share/vm/opto/
H A Dmatcher.cpp943 Visit, // visit node enumerator in enum:Node_State
984 mstack.push(n, Visit, NULL, -1); // set NULL as parent to indicate root
989 if (nstate == Visit) {
1046 mstack.push(m, Visit, n, -1);
1071 mstack.push(m->in(0), Visit, m, 0);
1073 mstack.push(m, Visit, n, i);
1081 mstack.push(m, Visit, n, i);
1258 // Visit each argument. Compute its outgoing register mask.
1907 mstack.push(n, Visit); // Don't need to pre-visit root node
1924 nstate = Visit; // No
[all...]

Completed in 36 milliseconds