Uses of Class
org.jikesrvm.compilers.opt.ir.RegSpillListElement

Packages that use RegSpillListElement
org.jikesrvm.compilers.opt.ir   
org.jikesrvm.compilers.opt.liveness   
 

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

Fields in org.jikesrvm.compilers.opt.ir with type parameters of type RegSpillListElement
private  List<RegSpillListElement> GCIRMapElement.regSpillList
          The list of references (either symbolic regs or physical regs & spills)
 

Methods in org.jikesrvm.compilers.opt.ir that return types with arguments of type RegSpillListElement
 List<RegSpillListElement> GCIRMap.createDU(LiveSet set)
          TODO What is this method doing in this class ??
 List<RegSpillListElement> GCIRMapElement.regSpillList()
          returns an enumerator to access the registers/spills for this entry
 

Methods in org.jikesrvm.compilers.opt.ir with parameters of type RegSpillListElement
 void GCIRMapElement.addRegSpillElement(RegSpillListElement e)
          Add a new spill list element for this map element
 void GCIRMapElement.deleteRegSpillElement(RegSpillListElement e)
          Delete a spill list element from this map element
 

Method parameters in org.jikesrvm.compilers.opt.ir with type arguments of type RegSpillListElement
 void GCIRMap.insert(Instruction inst, List<RegSpillListElement> regList)
          This method inserts a new entry into the GCIRMap
 

Constructor parameters in org.jikesrvm.compilers.opt.ir with type arguments of type RegSpillListElement
GCIRMapElement(Instruction inst, List<RegSpillListElement> regSpillList)
          Constructor
 

Uses of RegSpillListElement in org.jikesrvm.compilers.opt.liveness
 

Fields in org.jikesrvm.compilers.opt.liveness with type parameters of type RegSpillListElement
private  List<RegSpillListElement> LiveAnalysis.MapElement.list
           
 

Methods in org.jikesrvm.compilers.opt.liveness that return types with arguments of type RegSpillListElement
 List<RegSpillListElement> LiveAnalysis.MapElement.getList()
          returns the list
 

Constructor parameters in org.jikesrvm.compilers.opt.liveness with type arguments of type RegSpillListElement
LiveAnalysis.MapElement(Instruction inst, List<RegSpillListElement> list)
          constructor