Searched defs:OptoRegPair (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Doptoreg.hpp154 //---------------------------OptoRegPair-------------------------------------------
162 // convert them to an OptoRegPair and stay in the OptoReg world. The only over
174 class OptoRegPair { class
195 OptoRegPair(OptoReg::Name second, OptoReg::Name first) { _second = second; _first = first; } function in class:OptoRegPair
196 OptoRegPair(OptoReg::Name f) { _second = OptoReg::Bad; _first = f; } function in class:OptoRegPair
197 OptoRegPair() { _second = OptoReg::Bad; _first = OptoReg::Bad; } function in class:OptoRegPair

Completed in 76 milliseconds