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

/openjdk7/hotspot/src/share/vm/opto/
H A Dmatcher.cpp991 Node *oldn = n; local
1042 for (i = oldn->req(); (uint)i < oldn->len(); i++) {
1043 Node *m = oldn->in(i);

Completed in 36 milliseconds