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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LinearScan.hpp83 enum IntervalState { enum
525 IntervalState _state; // interval iteration: to which set belongs this interval
577 void set_state(IntervalState s) { _state = s; }
682 void walk_to(IntervalState state, int from);
691 virtual void interval_moved(Interval* interval, IntervalKind kind, IntervalState from, IntervalState to);
H A Dc1_LinearScan.cpp4670 void IntervalWalker::walk_to(IntervalState state, int from) {
4778 void IntervalWalker::interval_moved(Interval* interval, IntervalKind kind, IntervalState from, IntervalState to) {

Completed in 50 milliseconds