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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LinearScan.cpp98 , _sorted_intervals(NULL)
1499 assert(is_sorted(_sorted_intervals), "interval list is not sorted");
1507 const int n = _sorted_intervals->length();
1509 v = _sorted_intervals->at(i);
1534 _sorted_intervals->sort(interval_cmp);
1576 _sorted_intervals = sorted_list;
1577 assert(is_sorted(_sorted_intervals), "intervals unsorted");
1585 _sorted_intervals->sort(interval_cmp);
1589 IntervalArray* old_list = _sorted_intervals;
1596 assert(is_sorted(_sorted_intervals), "interval
[all...]
H A Dc1_LinearScan.hpp150 IntervalArray* _sorted_intervals; // intervals sorted by Interval::from() member in class:LinearScan
151 bool _needs_full_resort; // set to true if an Interval::from() is changed and _sorted_intervals must be resorted

Completed in 55 milliseconds