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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LinearScan.hpp539 int _canonical_spill_slot; // the stack slot where all split parts of this interval are spilled to (always stored in split parents) member in class:Interval
589 int canonical_spill_slot() const { return split_parent()->_canonical_spill_slot; }
590 void set_canonical_spill_slot(int slot) { assert(split_parent()->_canonical_spill_slot == -1, "overwriting existing value"); split_parent()->_canonical_spill_slot = slot; }

Completed in 35 milliseconds