Uses of Package
org.jikesrvm.compilers.opt.regalloc.ia32

Packages that use org.jikesrvm.compilers.opt.regalloc.ia32
org.jikesrvm   
org.jikesrvm.compilers.opt.ir.ia32   
org.jikesrvm.compilers.opt.mir2mc.ia32   
org.jikesrvm.compilers.opt.regalloc   
org.jikesrvm.compilers.opt.regalloc.ia32   
org.jikesrvm.compilers.opt.runtimesupport   
org.jikesrvm.compilers.opt.runtimesupport.ia32   
org.jikesrvm.osr   
org.jikesrvm.osr.ia32   
 

Classes in org.jikesrvm.compilers.opt.regalloc.ia32 used by org.jikesrvm
CallingConvention
          This class contains IA32 calling conventions The two public methods are: expandCallingConventions(IR) which is called by the register allocator immediately before allocation to make manifest the use of registers by the calling convention.
PhysicalRegisterConstants
          This class holds constants that describe IA32 physical register set.
RegisterPreferences
           
RegisterRestrictions
          An instance of this class encapsulates restrictions on register assignment.
StackManager
          Class to manage the allocation of the "compiler-specific" portion of the stackframe.
 

Classes in org.jikesrvm.compilers.opt.regalloc.ia32 used by org.jikesrvm.compilers.opt.ir.ia32
PhysicalRegisterConstants
          This class holds constants that describe IA32 physical register set.
 

Classes in org.jikesrvm.compilers.opt.regalloc.ia32 used by org.jikesrvm.compilers.opt.mir2mc.ia32
PhysicalRegisterConstants
          This class holds constants that describe IA32 physical register set.
 

Classes in org.jikesrvm.compilers.opt.regalloc.ia32 used by org.jikesrvm.compilers.opt.regalloc
PhysicalRegisterConstants
          This class holds constants that describe IA32 physical register set.
 

Classes in org.jikesrvm.compilers.opt.regalloc.ia32 used by org.jikesrvm.compilers.opt.regalloc.ia32
PhysicalRegisterConstants
          This class holds constants that describe IA32 physical register set.
 

Classes in org.jikesrvm.compilers.opt.regalloc.ia32 used by org.jikesrvm.compilers.opt.runtimesupport
PhysicalRegisterConstants
          This class holds constants that describe IA32 physical register set.
 

Classes in org.jikesrvm.compilers.opt.regalloc.ia32 used by org.jikesrvm.compilers.opt.runtimesupport.ia32
PhysicalRegisterConstants
          This class holds constants that describe IA32 physical register set.
 

Classes in org.jikesrvm.compilers.opt.regalloc.ia32 used by org.jikesrvm.osr
PhysicalRegisterConstants
          This class holds constants that describe IA32 physical register set.
 

Classes in org.jikesrvm.compilers.opt.regalloc.ia32 used by org.jikesrvm.osr.ia32
PhysicalRegisterConstants
          This class holds constants that describe IA32 physical register set.