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

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

Completed in 320 milliseconds