Searched defs:spill_state (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LinearScan.hpp598 IntervalSpillState spill_state() const { return split_parent()->_spill_state; } function in class:Interval
600 void set_spill_state(IntervalSpillState state) { assert(state >= spill_state(), "state cannot decrease"); split_parent()->_spill_state = state; }

Completed in 135 milliseconds