Uses of Interface
com.android.dx.util.IntSet

Packages that use IntSet
com.android.dx.ssa   
com.android.dx.ssa.back   
com.android.dx.util Utility classes for class file access/manipulation. 
 

Uses of IntSet in com.android.dx.ssa
 

Fields in com.android.dx.ssa declared as IntSet
 IntSet DomFront.DomInfo.dominanceFrontiers
          null-ok; the dominance frontier set indexed by block index
 

Methods in com.android.dx.ssa that return IntSet
 IntSet SsaBasicBlock.getLiveInRegs()
          Returns the set of live-in registers.
 IntSet SsaBasicBlock.getLiveOutRegs()
          Returns the set of live-out registers.
static IntSet SetFactory.makeInterferenceSet(int countRegs)
          Make IntSet for the interference graph sets.
 

Uses of IntSet in com.android.dx.ssa.back
 

Methods in com.android.dx.ssa.back with parameters of type IntSet
 void InterferenceGraph.mergeInterferenceSet(int reg, IntSet set)
          Merges the interference set for a register into a given bit set
 

Uses of IntSet in com.android.dx.util
 

Classes in com.android.dx.util that implement IntSet
 class BitIntSet
          A set of integers, represented by a bit set
 class ListIntSet
          A set of integers, represented by a list
 

Methods in com.android.dx.util with parameters of type IntSet
 void BitIntSet.merge(IntSet other)
           
 void IntSet.merge(IntSet other)
          Merges other into this set, so this set becomes the union of the two.
 void ListIntSet.merge(IntSet other)
           
 



Copyright © 2015. All rights reserved.