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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LinearScan.cpp2391 assert(interval->current_from() <= op->id() && op->id() <= interval->current_to(), "interval should not be active otherwise");
4615 while (cur->current_from() < interval->current_from()) {
4627 assert(interval->from() >= current()->current_from(), "cannot append new interval before current walk position");
4675 while (next->current_from() <= from) {
4686 range_has_changed = range_has_changed || (state == inactiveState && cur->current_from() <= from);
4695 } else if (cur->current_from() <= from){
4896 if (cur->to() <= list->current_from()) {
4898 set_use_pos(list, list->current_from(), true);
4944 if (cur->to() > list->current_from()) {
[all...]
H A Dc1_LinearScan.hpp633 int current_from() const { return _current->from(); } function in class:Interval

Completed in 97 milliseconds