Uses of Class
org.jikesrvm.compilers.opt.regalloc.LinearScan.SpillLocationManager

Packages that use LinearScan.SpillLocationManager
org.jikesrvm.compilers.opt.regalloc   
 

Uses of LinearScan.SpillLocationManager in org.jikesrvm.compilers.opt.regalloc
 

Fields in org.jikesrvm.compilers.opt.regalloc declared as LinearScan.SpillLocationManager
private  LinearScan.SpillLocationManager LinearScan.LinearScanPhase.spillManager
          An object which manages spill location assignments.
private  LinearScan.SpillLocationManager LinearScan.ActiveSet.spillManager
          Manager of spill locations;
 

Methods in org.jikesrvm.compilers.opt.regalloc with parameters of type LinearScan.SpillLocationManager
(package private)  void LinearScan.CompoundInterval.spill(LinearScan.SpillLocationManager spillManager)
          Assign this compound interval to a free spill location.
 

Constructors in org.jikesrvm.compilers.opt.regalloc with parameters of type LinearScan.SpillLocationManager
LinearScan.ActiveSet(IR ir, LinearScan.SpillLocationManager sm)
          Default constructor