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

/openjdk7/hotspot/src/share/vm/code/
H A Dvmreg.hpp193 //---------------------------VMRegPair-------------------------------------------
203 class VMRegPair { class
242 VMRegPair(VMReg s, VMReg f) { _second = s; _first = f; } function in class:VMRegPair
243 VMRegPair(VMReg f) { _second = VMRegImpl::Bad(); _first = f; } function in class:VMRegPair
244 VMRegPair() { _second = VMRegImpl::Bad(); _first = VMRegImpl::Bad(); } function in class:VMRegPair

Completed in 30 milliseconds