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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LinearScan.hpp626 bool has_hole_between(int from, int to);
H A Dc1_LinearScan.cpp2200 if (opr->is_last_use() || op_id == interval->to() || (op_id != -1 && interval->has_hole_between(op_id, op_id + 1))) {
3345 interval->has_hole_between(op_id, op_id + 2),
3350 assert(interval->has_hole_between(op_id - 1, op_id),
4496 bool Interval::has_hole_between(int hole_from, int hole_to) { function in class:Interval
5062 } else if (it->has_hole_between(max_split_pos - 1, max_split_pos) && !allocator()->is_block_begin(max_split_pos)) {
5143 bool move_necessary = !allocator()->is_block_begin(optimal_split_pos) && !it->has_hole_between(optimal_split_pos - 1, optimal_split_pos);
5273 assert(it->has_hole_between(current_pos - 1, current_pos + 1), "interval can not be inactive otherwise");

Completed in 120 milliseconds