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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LinearScan.hpp92 enum IntervalSpillState { enum
541 IntervalSpillState _spill_state; // for spill move optimization
598 IntervalSpillState spill_state() const { return split_parent()->_spill_state; }
600 void set_spill_state(IntervalSpillState state) { assert(state >= spill_state(), "state cannot decrease"); split_parent()->_spill_state = state; }

Completed in 33 milliseconds