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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LinearScan.hpp600 void set_spill_state(IntervalSpillState state) { assert(state >= spill_state(), "state cannot decrease"); split_parent()->_spill_state = state; } function in class:Interval
H A Dc1_LinearScan.cpp332 interval->set_spill_state(oneDefinitionFound);
339 interval->set_spill_state(noOptimization);
366 interval->set_spill_state(storeAtDefinition);
370 interval->set_spill_state(oneMoveInserted);
378 interval->set_spill_state(storeAtDefinition);
995 interval->set_spill_state(startInMemory);

Completed in 64 milliseconds