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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LinearScan.cpp3881 int spill_candidate = -1; local
3905 spill_candidate = i;
3912 assert(spill_candidate != -1, "no interval in register for spilling found");
3915 Interval* from_interval = _mapping_from.at(spill_candidate);
3938 _mapping_from.at_put(spill_candidate, spill_interval);

Completed in 50 milliseconds