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

Packages that use SpillCostEstimator
org.jikesrvm.compilers.opt.regalloc   
 

Uses of SpillCostEstimator in org.jikesrvm.compilers.opt.regalloc
 

Subclasses of SpillCostEstimator in org.jikesrvm.compilers.opt.regalloc
(package private)  class BlockCountSpillCost
          An object that returns an estimate of the relative cost of spilling a symbolic register, based on basic block frequencies.
(package private)  class BrainDeadSpillCost
          An object that returns an estimate of the relative cost of spilling a symbolic register.
(package private)  class SimpleSpillCost
          An object that returns an estimate of the relative cost of spilling a symbolic register.
 

Fields in org.jikesrvm.compilers.opt.regalloc declared as SpillCostEstimator
private  SpillCostEstimator LinearScan.ActiveSet.spillCost
          An object to help estimate spill costs