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

/openjdk7/hotspot/src/share/vm/opto/
H A Dcallnode.cpp728 DUIterator_Fast jmax, j = pn->fast_outs(jmax); local
H A Dmacro.cpp176 DUIterator_Fast jmax, j = pn->fast_outs(jmax); local
591 for (DUIterator_Fast jmax, j = res->fast_outs(jmax);
592 j < jmax && can_eliminate; j++) {

Completed in 47 milliseconds