Searched defs:IntervalState (Results 1 - 1 of 1) 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);

Completed in 36 milliseconds