Searched refs:instruction_for_vreg (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIRGenerator.hpp465 Instruction* instruction_for_vreg(int reg_num);
H A Dc1_LIRGenerator.cpp1340 return instruction_for_vreg(opr->vreg_number());
1346 Instruction* LIRGenerator::instruction_for_vreg(int reg_num) { function in class:LIRGenerator
H A Dc1_LinearScan.cpp854 Instruction* instr = gen()->instruction_for_vreg(i);
3376 Value value = gen()->instruction_for_vreg(r);

Completed in 60 milliseconds