Searched defs:max_vregs (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIRGenerator.cpp55 void PhiResolverState::reset(int max_vregs) { argument
57 _virtual_operands.at_put_grow(max_vregs - 1, NULL, NULL);
59 _other_operands.at_put_grow(max_vregs - 1, NULL, NULL);
61 _vreg_table.at_put_grow(max_vregs - 1, NULL, NULL);
80 PhiResolver::PhiResolver(LIRGenerator* gen, int max_vregs) argument
86 _state.reset(max_vregs);

Completed in 281 milliseconds