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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LinearScan.cpp1541 int unsorted_idx; local
1546 for (unsorted_idx = 0; unsorted_idx < unsorted_len; unsorted_idx++) {
1547 if (unsorted_list->at(unsorted_idx) != NULL) {
1555 for (unsorted_idx = 0; unsorted_idx < unsorted_len; unsorted_idx++) {
1556 Interval* cur_interval = unsorted_list->at(unsorted_idx);

Completed in 47 milliseconds