Searched defs:startInMemory (Results 1 - 1 of 1) 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; }

Completed in 37 milliseconds