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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LinearScan.cpp1559 int cur_from = cur_interval->from(); local
1561 if (sorted_from_max <= cur_from) {
1568 for (j = sorted_idx - 1; j >= 0 && cur_from < sorted_list->at(j)->from(); j--) {

Completed in 217 milliseconds