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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LinearScan.hpp720 int _num_phys_regs; // required by current interval member in class:LinearScanWalker
H A Dc1_LinearScan.cpp5414 if (_num_phys_regs == 2) {
5446 return _num_phys_regs == 1 || regHi != any_reg;
5565 if (_num_phys_regs == 2) {
5587 if (reg == any_reg || (_num_phys_regs == 2 && regHi == any_reg) || use_pos <= cur->first_usage(mustHaveRegister)) {
5601 assert(reg != any_reg && (_num_phys_regs == 1 || regHi != any_reg), "no register found");
5642 _num_phys_regs = LinearScan::num_physical_regs(type);

Completed in 60 milliseconds