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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LinearScan.hpp98 storeAtDefinition, // the interval should be stored immediately after its definition because otherwise 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