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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIRGenerator.hpp163 Values _instruction_for_operand; member in class:LIRGenerator
217 _instruction_for_operand.at_put_grow(opr->vreg_number(), x, NULL);
H A Dc1_LIRGenerator.cpp209 _gen->_instruction_for_operand.at_put_grow(opr->vreg_number(), value(), NULL);
1331 _instruction_for_operand.at_put_grow(x->operand()->vreg_number(), x, NULL);
1347 if (reg_num < _instruction_for_operand.length()) {
1348 return _instruction_for_operand.at(reg_num);
2604 _instruction_for_operand.at_put_grow(dest->vreg_number(), local, NULL);

Completed in 39 milliseconds