Searched refs:_tmp3 (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/make/solaris/
H A Dreorder.sh149 > ${reorder_file}_tmp3
150 mv ${reorder_file}_tmp3 ${reorder_file}
179 > ${reorder_file}_tmp3
180 echo mv ${reorder_file}_tmp3 ${reorder_file}
181 mv ${reorder_file}_tmp3 ${reorder_file}
/openjdk7/jdk/make/tools/reorder/
H A DMakefile232 > $(REORDER_LIB)_tmp3; \
233 $(MV) $(REORDER_LIB)_tmp3 $(REORDER_LIB); \
263 > $(REORDER_LIB)_tmp3
264 $(MV) $(REORDER_LIB)_tmp3 $(REORDER_LIB)
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIR.cpp364 , _tmp3(tmp3)
391 , _tmp3(tmp3)
585 if (opAllocObj->_tmp3->is_valid()) do_temp(opAllocObj->_tmp3);
630 assert(op2->_tmp2->is_illegal() && op2->_tmp3->is_illegal() &&
657 op2->_tmp3->is_illegal() && op2->_tmp4->is_illegal() && op2->_tmp5->is_illegal(), "not used");
681 assert(op2->_tmp2->is_illegal() && op2->_tmp3->is_illegal() &&
700 assert(op2->_tmp2->is_illegal() && op2->_tmp3->is_illegal() &&
734 assert(op2->_tmp3->is_valid() == (op->code() == lir_exp), "not used");
742 if (op2->_tmp3
[all...]
H A Dc1_LIR.hpp1454 LIR_Opr _tmp3; member in class:LIR_OpAllocObj
1468 , _tmp3(t3)
1479 LIR_Opr tmp3() const { return _tmp3; }
1519 LIR_Opr _tmp3; member in class:LIR_OpTypeCheck
1539 LIR_Opr tmp3() const { return _tmp3; }
1571 LIR_Opr _tmp3; member in class:LIR_Op2
1588 , _tmp3(LIR_OprFact::illegalOpr)
1603 , _tmp3(LIR_OprFact::illegalOpr)
1620 , _tmp3(LIR_OprFact::illegalOpr)
1636 , _tmp3(tmp
1676 LIR_Opr _tmp3; member in class:LIR_OpAllocArray
[all...]

Completed in 139 milliseconds