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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LinearScan.hpp599 int spill_definition_pos() const { return split_parent()->_spill_definition_pos; } function in class:Interval
601 void set_spill_definition_pos(int pos) { assert(spill_definition_pos() == -1, "cannot set the position twice"); split_parent()->_spill_definition_pos = pos; }

Completed in 37 milliseconds