Uses of Package
org.jikesrvm.compilers.common.assembler

Packages that use org.jikesrvm.compilers.common.assembler
org.jikesrvm   
org.jikesrvm.compilers.baseline   
org.jikesrvm.compilers.baseline.ia32   
org.jikesrvm.compilers.common.assembler   
org.jikesrvm.compilers.common.assembler.ia32   
org.jikesrvm.compilers.opt.mir2mc.ia32   
 

Classes in org.jikesrvm.compilers.common.assembler used by org.jikesrvm
AbstractAssembler
          This class has been created to work around a bug whereby the system seems to have gotten confused by the relationship between: ForwardReference -> ForwardReference.ShortBranch -> Assembler.ShortBranch, and Assembler This problem does not exist under IA32 since there is no need for Assembler.ShortBranch
 

Classes in org.jikesrvm.compilers.common.assembler used by org.jikesrvm.compilers.baseline
ForwardReference
          A forward reference has a machine-code-index source and optionally a bytecode-index target.
 

Classes in org.jikesrvm.compilers.common.assembler used by org.jikesrvm.compilers.baseline.ia32
ForwardReference
          A forward reference has a machine-code-index source and optionally a bytecode-index target.
 

Classes in org.jikesrvm.compilers.common.assembler used by org.jikesrvm.compilers.common.assembler
AbstractAssembler
          This class has been created to work around a bug whereby the system seems to have gotten confused by the relationship between: ForwardReference -> ForwardReference.ShortBranch -> Assembler.ShortBranch, and Assembler This problem does not exist under IA32 since there is no need for Assembler.ShortBranch
ForwardReference
          A forward reference has a machine-code-index source and optionally a bytecode-index target.
 

Classes in org.jikesrvm.compilers.common.assembler used by org.jikesrvm.compilers.common.assembler.ia32
AbstractAssembler
          This class has been created to work around a bug whereby the system seems to have gotten confused by the relationship between: ForwardReference -> ForwardReference.ShortBranch -> Assembler.ShortBranch, and Assembler This problem does not exist under IA32 since there is no need for Assembler.ShortBranch
ForwardReference
          A forward reference has a machine-code-index source and optionally a bytecode-index target.
 

Classes in org.jikesrvm.compilers.common.assembler used by org.jikesrvm.compilers.opt.mir2mc.ia32
AbstractAssembler
          This class has been created to work around a bug whereby the system seems to have gotten confused by the relationship between: ForwardReference -> ForwardReference.ShortBranch -> Assembler.ShortBranch, and Assembler This problem does not exist under IA32 since there is no need for Assembler.ShortBranch