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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LinearScan.cpp1543 int sorted_from_max = -1; local
1561 if (sorted_from_max <= cur_from) {
1563 sorted_from_max = cur_interval->from();

Completed in 45 milliseconds