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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LinearScan.cpp1556 Interval* cur_interval = unsorted_list->at(unsorted_idx); local
1558 if (cur_interval != NULL) {
1559 int cur_from = cur_interval->from();
1562 sorted_list->at_put(sorted_idx++, cur_interval);
1563 sorted_from_max = cur_interval->from();
1571 sorted_list->at_put(j + 1, cur_interval);

Completed in 52 milliseconds