org.jikesrvm
Class ArchitectureSpecificOpt.StackManager

java.lang.Object
  extended by org.jikesrvm.compilers.opt.ir.IRTools
      extended by org.jikesrvm.compilers.opt.regalloc.GenericStackManager
          extended by org.jikesrvm.compilers.opt.regalloc.ia32.StackManager
              extended by org.jikesrvm.ArchitectureSpecificOpt.StackManager
Enclosing class:
ArchitectureSpecificOpt

public static final class ArchitectureSpecificOpt.StackManager
extends StackManager


Nested Class Summary
 
Nested classes/interfaces inherited from class org.jikesrvm.compilers.opt.regalloc.GenericStackManager
GenericStackManager.ScratchRegister
 
Field Summary
 
Fields inherited from class org.jikesrvm.compilers.opt.regalloc.GenericStackManager
allocFrame, DEBUG, frameSize, ir, nonVolatileFPRLocation, nonVolatileGPRLocation, pref, restrict, saveVolatileFPRLocation, saveVolatileGPRLocation, scratchInUse, scratchMap, spillPointer, VERBOSE, VERBOSE_DEBUG, WORDSIZE
 
Constructor Summary
ArchitectureSpecificOpt.StackManager()
           
 
Method Summary
 
Methods inherited from class org.jikesrvm.compilers.opt.regalloc.ia32.StackManager
allocateNewSpillLocation, cleanUpAndInsertEpilogue, computeNonVolatileArea, getFrameFixedSize, initForArch, insertNormalPrologue, insertSpillBefore, insertUnspillBefore, isSysCall, needScratch, replaceOperandWithSpillLocation, restoreScratchRegistersBefore
 
Methods inherited from class org.jikesrvm.compilers.opt.regalloc.GenericStackManager
align, allocateNonVolatileRegister, allocateOnStackFrame, allocateParameterSpace, allocateSpaceForCaughtException, allocateSpaceForConversion, allocateSpaceForSysCall, allocateVolatileRegister, computeRestrictions, forceFrameAllocation, frameIsRequired, getNonvolatileFPROffset, getNonvolatileGPROffset, getOffsetForSysCall, getValueType, hasPrologueYieldpoint, insertPrologueAndEpilogue, insertSpillAfter, insertSpillCode, insertSpillCode, insertUnspillAfter, isDeadBefore, isLegal, prepare, reloadScratchRegisterBefore, setFrameRequired, unloadScratchRegisterBefore
 
Methods inherited from class org.jikesrvm.compilers.opt.ir.IRTools
A, AC, AC, CPOS, CR, D, DC, defDoublesAsUse, definedIn, F, FC, getCondMoveOp, getDefaultOperand, getLoadOp, getLoadOp, getMoveOp, getStoreOp, getStoreOp, I, IC, insertInstructionsAfter, L, LC, makeBlockOnEdge, mayBeVolatileFieldLoad, moveInstruction, moveIntoRegister, moveIntoRegister, nonPEIGC, TG, usedIn, useDoublesAsDef
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArchitectureSpecificOpt.StackManager

public ArchitectureSpecificOpt.StackManager()