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

/openjdk9/hotspot/src/share/vm/c1/
H A Dc1_LIRGenerator.hpp165 Values _instruction_for_operand; member in class:LIRGenerator
221 _instruction_for_operand.at_put_grow(opr->vreg_number(), x, NULL);
H A Dc1_LIRGenerator.cpp214 _gen->_instruction_for_operand.at_put_grow(opr->vreg_number(), value(), NULL);
1367 _instruction_for_operand.at_put_grow(x->operand()->vreg_number(), x, NULL);
1383 if (reg_num < _instruction_for_operand.length()) {
1384 return _instruction_for_operand.at(reg_num);
2820 _instruction_for_operand.at_put_grow(dest->vreg_number(), local, NULL);

Completed in 53 milliseconds