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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LinearScan.cpp1843 int to_op_id = from_op_id + 1; // short live range of length 1 local
1844 assert(interval->from() <= from_op_id && interval->to() >= to_op_id,
1858 if (interval->to() != to_op_id) {
1859 // the part after to_op_id is unchanged
1860 spilled_part = interval->split_from_start(to_op_id);
1866 assert(spilled_part->from() == from_op_id && spilled_part->to() == to_op_id, "just checking");

Completed in 46 milliseconds