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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LinearScan.hpp634 int current_to() const { return _current->to(); } function in class:Interval
H A Dc1_LinearScan.cpp2391 assert(interval->current_from() <= op->id() && op->id() <= interval->current_to(), "interval should not be active otherwise");
2401 if (is_patch_info || op->id() < interval->current_to()) {
3299 if (interval->current_to() > op->id() + 1) {
4680 while (cur->current_to() <= from) {

Completed in 50 milliseconds