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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LinearScan.hpp337 VMReg vm_reg_for_operand(LIR_Opr opr);
H A Dc1_LinearScan.cpp2022 reg = vm_reg_for_operand(operand_for_interval(interval));
2025 assert(reg == vm_reg_for_operand(operand_for_interval(interval)), "wrong cached value");
2029 VMReg LinearScan::vm_reg_for_operand(LIR_Opr opr) { function in class:LinearScan

Completed in 51 milliseconds