Uses of Class
soot.jimple.spark.ondemand.DemandCSPointsTo.CallingContextSet

Packages that use DemandCSPointsTo.CallingContextSet
soot.jimple.spark.ondemand   
 

Uses of DemandCSPointsTo.CallingContextSet in soot.jimple.spark.ondemand
 

Fields in soot.jimple.spark.ondemand with type parameters of type DemandCSPointsTo.CallingContextSet
protected  Map<DemandCSPointsTo.VarContextAndUp,Map<AllocAndContext,DemandCSPointsTo.CallingContextSet>> DemandCSPointsTo.upContextCache
           
protected  Map<DemandCSPointsTo.VarContextAndUp,Map<AllocAndContext,DemandCSPointsTo.CallingContextSet>> DemandCSPointsTo.upContextCache
           
 

Methods in soot.jimple.spark.ondemand that return DemandCSPointsTo.CallingContextSet
protected  DemandCSPointsTo.CallingContextSet DemandCSPointsTo.checkAllocAndContextCache(AllocAndContext allocAndContext, VarNode targetVar)
           
protected  DemandCSPointsTo.CallingContextSet DemandCSPointsTo.checkAllocAndContextCache(AllocAndContext allocAndContext, VarNode targetVar)
           
protected  DemandCSPointsTo.CallingContextSet DemandCSPointsTo.checkUpContextCache(DemandCSPointsTo.VarContextAndUp varContextAndUp, AllocAndContext allocAndContext)
           
protected  DemandCSPointsTo.CallingContextSet DemandCSPointsTo.checkUpContextCache(DemandCSPointsTo.VarContextAndUp varContextAndUp, AllocAndContext allocAndContext)
           
protected  DemandCSPointsTo.CallingContextSet DemandCSPointsTo.findUpContextsForVar(AllocAndContext allocAndContext, DemandCSPointsTo.VarContextAndUp varContextAndUp)
           
protected  DemandCSPointsTo.CallingContextSet DemandCSPointsTo.findUpContextsForVar(AllocAndContext allocAndContext, DemandCSPointsTo.VarContextAndUp varContextAndUp)
           
protected  DemandCSPointsTo.CallingContextSet DemandCSPointsTo.findVarContextsFromAlloc(AllocAndContext allocAndContext, VarNode targetVar)
           
protected  DemandCSPointsTo.CallingContextSet DemandCSPointsTo.findVarContextsFromAlloc(AllocAndContext allocAndContext, VarNode targetVar)