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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LinearScan.hpp555 void set_reg_num(int r) { assert(_reg_num == -1, "cannot change reg_num"); _reg_num = r; } function in class:Interval
H A Dc1_LinearScan.cpp302 it->set_reg_num(_intervals.length());

Completed in 1059 milliseconds