Uses of Class
org.jikesrvm.compilers.opt.util.BitSet

Packages that use BitSet
org.jikesrvm.compilers.opt.ir.ia32   
org.jikesrvm.compilers.opt.regalloc   
org.jikesrvm.compilers.opt.util   
 

Uses of BitSet in org.jikesrvm.compilers.opt.ir.ia32
 

Fields in org.jikesrvm.compilers.opt.ir.ia32 declared as BitSet
private  BitSet PhysicalRegisterSet.fpSet
          Cache the set of floating-point registers for efficiency
private  BitSet PhysicalRegisterSet.volatileSet
          Cache the set of volatile registers for efficiency
 

Methods in org.jikesrvm.compilers.opt.ir.ia32 that return BitSet
 BitSet PhysicalRegisterSet.getFPRs()
           
 BitSet PhysicalRegisterSet.getVolatiles()
           
 

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

Fields in org.jikesrvm.compilers.opt.regalloc declared as BitSet
private  BitSet GenericRegisterRestrictions.RestrictedRegisterSet.bitset
          The set of registers to which assignment is forbidden.
 

Methods in org.jikesrvm.compilers.opt.regalloc with parameters of type BitSet
(package private)  void GenericRegisterRestrictions.RestrictedRegisterSet.addAll(BitSet set)
          Add a set of physical registers to this set.
protected  void GenericRegisterRestrictions.addRestrictions(Register symb, BitSet set)
          Record that it is illegal to assign a symbolic register symb to any of a set of physical registers
 

Uses of BitSet in org.jikesrvm.compilers.opt.util
 

Methods in org.jikesrvm.compilers.opt.util with parameters of type BitSet
 void BitSet.addAll(BitSet B)
          Add all elements in bitset B to this bit set