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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_IR.cpp798 int cur_weight = compute_weight(cur); local
801 cur->set_linear_scan_number(cur_weight);
813 while (insert_idx > 0 && _work_list.at(insert_idx - 1)->linear_scan_number() > cur_weight) {

Completed in 34 milliseconds