Uses of Class
soot.jimple.spark.ondemand.AllocAndContextSet

Packages that use AllocAndContextSet
soot.jimple.spark.ondemand   
 

Uses of AllocAndContextSet in soot.jimple.spark.ondemand
 

Fields in soot.jimple.spark.ondemand declared as AllocAndContextSet
protected  AllocAndContextSet DemandCSPointsTo.pointsTo
           
protected  AllocAndContextSet DemandCSPointsTo.pointsTo
           
 

Fields in soot.jimple.spark.ondemand with type parameters of type AllocAndContextSet
protected  Map<DemandCSPointsTo.VarAndContext,Pair<PointsToSetInternal,AllocAndContextSet>> DemandCSPointsTo.contextsForAllocsCache
           
protected  Map<DemandCSPointsTo.VarAndContext,Pair<PointsToSetInternal,AllocAndContextSet>> DemandCSPointsTo.contextsForAllocsCache
           
 

Methods in soot.jimple.spark.ondemand that return AllocAndContextSet
protected  AllocAndContextSet DemandCSPointsTo.findContextsForAllocs(DemandCSPointsTo.VarAndContext varAndContext, PointsToSetInternal locs)
           
protected  AllocAndContextSet DemandCSPointsTo.findContextsForAllocs(DemandCSPointsTo.VarAndContext varAndContext, PointsToSetInternal locs)
           
 

Methods in soot.jimple.spark.ondemand with parameters of type AllocAndContextSet
protected  PointsToSetInternal DemandCSPointsTo.checkContextsForAllocsCache(DemandCSPointsTo.VarAndContext varAndContext, AllocAndContextSet ret, PointsToSetInternal locs)
           
protected  PointsToSetInternal DemandCSPointsTo.checkContextsForAllocsCache(DemandCSPointsTo.VarAndContext varAndContext, AllocAndContextSet ret, PointsToSetInternal locs)