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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIRGenerator.cpp1051 if (vreg + 20 >= LIR_OprDesc::vreg_max) {
1053 if (vreg + 2 >= LIR_OprDesc::vreg_max) {
H A Dc1_LIR.hpp279 vreg_max = (1 << data_bits) - 1 enumerator in enum:LIR_OprDesc::__anon128

Completed in 53 milliseconds