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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LinearScan.hpp542 int _spill_definition_pos; // position where the interval is defined (if defined only once) member in class:Interval
599 int spill_definition_pos() const { return split_parent()->_spill_definition_pos; }
601 void set_spill_definition_pos(int pos) { assert(spill_definition_pos() == -1, "cannot set the position twice"); split_parent()->_spill_definition_pos = pos; }
H A Dc1_LinearScan.cpp4087 _spill_definition_pos(-1)

Completed in 76 milliseconds