Uses of Class
org.jikesrvm.compilers.opt.regalloc.GenericStackManager

Packages that use GenericStackManager
org.jikesrvm   
org.jikesrvm.compilers.opt.ir   
org.jikesrvm.compilers.opt.regalloc.ia32   
 

Uses of GenericStackManager in org.jikesrvm
 

Subclasses of GenericStackManager in org.jikesrvm
static class ArchitectureSpecificOpt.StackManager
           
 

Uses of GenericStackManager in org.jikesrvm.compilers.opt.ir
 

Fields in org.jikesrvm.compilers.opt.ir declared as GenericStackManager
 GenericStackManager IR.stackManager
          The stack manager.
 

Uses of GenericStackManager in org.jikesrvm.compilers.opt.regalloc.ia32
 

Subclasses of GenericStackManager in org.jikesrvm.compilers.opt.regalloc.ia32
 class StackManager
          Class to manage the allocation of the "compiler-specific" portion of the stackframe.