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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIR.cpp882 if (opLock->_scratch->is_valid()) do_temp(opLock->_scratch);
1999 if (_scratch->is_valid()) {
2000 _scratch->print(out); out->print(" ");
H A Dc1_LIR.hpp1749 LIR_Opr _scratch; member in class:LIR_OpLock
1757 , _scratch(scratch)
1763 LIR_Opr scratch_opr() const { return _scratch; }

Completed in 50 milliseconds