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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LinearScan.hpp304 NOT_PRODUCT(bool is_sorted(IntervalArray* intervals);)
H A Dc1_LinearScan.cpp1449 bool LinearScan::is_sorted(IntervalArray* intervals) { function in class:LinearScan
1499 assert(is_sorted(_sorted_intervals), "interval list is not sorted");
1577 assert(is_sorted(_sorted_intervals), "intervals unsorted");
1596 assert(is_sorted(_sorted_intervals), "intervals unsorted");
1619 assert(is_sorted(_sorted_intervals), "intervals unsorted");

Completed in 51 milliseconds