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

/openjdk7/hotspot/src/share/vm/adlc/
H A Doutput_c.cpp2680 bool all_same = true; local
2683 for (uint index = 1; all_same && index < num_edges; index++) {
2687 all_same = false;
2691 if (all_same) {

Completed in 43 milliseconds