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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIRGenerator.cpp1004 operand = operand_for_instruction(cur_val);
1006 resolver->move(operand, operand_for_instruction(phi));
1112 operand_for_instruction(phi));
1177 // operand_for_instruction has the side effect of setting the result
1179 operand_for_instruction(x);
1322 LIR_Opr LIRGenerator::operand_for_instruction(Instruction* x) { function in class:LIRGenerator
H A Dc1_LIRGenerator.hpp380 LIR_Opr operand_for_instruction(Instruction *x);

Completed in 41 milliseconds