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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIR.cpp586 if (opAllocObj->_tmp4->is_valid()) do_temp(opAllocObj->_tmp4);
631 op2->_tmp4->is_illegal() && op2->_tmp5->is_illegal(), "not used");
657 op2->_tmp3->is_illegal() && op2->_tmp4->is_illegal() && op2->_tmp5->is_illegal(), "not used");
682 op2->_tmp4->is_illegal() && op2->_tmp5->is_illegal(), "not used");
701 op2->_tmp4->is_illegal() && op2->_tmp5->is_illegal(), "not used");
735 assert(op2->_tmp4->is_valid() == (op->code() == lir_exp), "not used");
743 if (op2->_tmp4->is_valid()) do_temp(op2->_tmp4);
759 && op2->_tmp4
[all...]
H A Dc1_LIR.hpp1455 LIR_Opr _tmp4; member in class:LIR_OpAllocObj
1469 , _tmp4(t4)
1480 LIR_Opr tmp4() const { return _tmp4; }
1572 LIR_Opr _tmp4; member in class:LIR_Op2
1589 , _tmp4(LIR_OprFact::illegalOpr)
1604 , _tmp4(LIR_OprFact::illegalOpr)
1621 , _tmp4(LIR_OprFact::illegalOpr)
1637 , _tmp4(tmp4)
1648 LIR_Opr tmp4_opr() const { return _tmp4; }
1677 LIR_Opr _tmp4; member in class:LIR_OpAllocArray
[all...]

Completed in 563 milliseconds