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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIRGenerator.hpp115 void reset(int max_vregs);
147 PhiResolver(LIRGenerator* _lir_gen, int max_vregs);
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 41 milliseconds