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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LinearScan.hpp100 startInMemory, // the interval starts in memory (e.g. method parameter), so a store is never necessary enumerator in enum:IntervalSpillState
603 bool always_in_memory() const { return split_parent()->_spill_state == storeAtDefinition || split_parent()->_spill_state == startInMemory; }
H A Dc1_LinearScan.cpp383 case startInMemory:
992 if (use_kind == noUse && interval->spill_state() <= startInMemory) {
995 interval->set_spill_state(startInMemory);

Completed in 51 milliseconds