Uses of Class
org.jikesrvm.ArchitectureSpecificOpt.PhysicalRegisterSet

Packages that use ArchitectureSpecificOpt.PhysicalRegisterSet
org.jikesrvm   
org.jikesrvm.compilers.opt.ir   
org.jikesrvm.compilers.opt.regalloc   
org.jikesrvm.compilers.opt.regalloc.ia32   
 

Uses of ArchitectureSpecificOpt.PhysicalRegisterSet in org.jikesrvm
 

Constructors in org.jikesrvm with parameters of type ArchitectureSpecificOpt.PhysicalRegisterSet
ArchitectureSpecificOpt.RegisterRestrictions(ArchitectureSpecificOpt.PhysicalRegisterSet phys)
           
 

Uses of ArchitectureSpecificOpt.PhysicalRegisterSet in org.jikesrvm.compilers.opt.ir
 

Fields in org.jikesrvm.compilers.opt.ir declared as ArchitectureSpecificOpt.PhysicalRegisterSet
protected  ArchitectureSpecificOpt.PhysicalRegisterSet GenericRegisterPool.physical
           
 

Methods in org.jikesrvm.compilers.opt.ir that return ArchitectureSpecificOpt.PhysicalRegisterSet
 ArchitectureSpecificOpt.PhysicalRegisterSet GenericRegisterPool.getPhysicalRegisterSet()
           
 

Uses of ArchitectureSpecificOpt.PhysicalRegisterSet in org.jikesrvm.compilers.opt.regalloc
 

Fields in org.jikesrvm.compilers.opt.regalloc declared as ArchitectureSpecificOpt.PhysicalRegisterSet
protected  ArchitectureSpecificOpt.PhysicalRegisterSet GenericRegisterRestrictions.phys
           
 

Constructors in org.jikesrvm.compilers.opt.regalloc with parameters of type ArchitectureSpecificOpt.PhysicalRegisterSet
GenericRegisterRestrictions.RestrictedRegisterSet(ArchitectureSpecificOpt.PhysicalRegisterSet phys)
          Default constructor
GenericRegisterRestrictions(ArchitectureSpecificOpt.PhysicalRegisterSet phys)
          Default Constructor
 

Uses of ArchitectureSpecificOpt.PhysicalRegisterSet in org.jikesrvm.compilers.opt.regalloc.ia32
 

Constructors in org.jikesrvm.compilers.opt.regalloc.ia32 with parameters of type ArchitectureSpecificOpt.PhysicalRegisterSet
RegisterRestrictions(ArchitectureSpecificOpt.PhysicalRegisterSet phys)
          Default Constructor