Uses of Class
org.jikesrvm.ia32.Registers

Packages that use Registers
org.jikesrvm   
org.jikesrvm.ia32   
org.jikesrvm.osr.ia32   
 

Uses of Registers in org.jikesrvm
 

Subclasses of Registers in org.jikesrvm
static class ArchitectureSpecific.Registers
           
 

Uses of Registers in org.jikesrvm.ia32
 

Methods in org.jikesrvm.ia32 with parameters of type Registers
 void Registers.assertSame(Registers other)
           
 void Registers.copyFrom(Registers other)
           
 

Uses of Registers in org.jikesrvm.osr.ia32
 

Constructors in org.jikesrvm.osr.ia32 with parameters of type Registers
TempRegisters(Registers contextRegisters)