soot.jimple.toolkits.thread.mhp
Class Arguments
java.lang.Object
soot.jimple.toolkits.thread.mhp.Arguments
- public class Arguments
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
threadAllocSites
public static Set threadAllocSites
hierarchy
public static Hierarchy hierarchy
callGraph
public static CallGraph callGraph
pag
public static PAG pag
inlineSites
public static ArrayList inlineSites
methodsNeedingInlining
public static Set methodsNeedingInlining
canNotBeCompacted
public static Set canNotBeCompacted
specialJoin
public static Set specialJoin
allocNodeToThread
public static Map allocNodeToThread
allocNodeToObj
public static Map allocNodeToObj
startToThread
public static Map startToThread
notifyAll
public static Map notifyAll
unitToSuccs
public static Map unitToSuccs
unitToPreds
public static Map unitToPreds
synchObj
public static Map synchObj
joinStmtToThread
public static Map joinStmtToThread
allocNodes
public static Set allocNodes
multiRunAllocNodes
public static Set multiRunAllocNodes
Arguments
public Arguments()
setSynchObj
public static void setSynchObj(Map so)
getSynchObj
public static Map getSynchObj()
getMultiRunAllocNodes
public static Set getMultiRunAllocNodes()
setMultiRunAllocNodes
public static void setMultiRunAllocNodes(Set moan)
getAllocNodes
public static Set getAllocNodes()
setAllocNodes
public static void setAllocNodes(Set an)
getSpecialJoin
protected static Set getSpecialJoin()
setSpecialJoin
protected static void setSpecialJoin(Set sj)
getCanNotBeCompacted
protected static Set getCanNotBeCompacted()
setCanNotBeCompacted
protected static void setCanNotBeCompacted(Set cnbct)
getThreadAllocSites
protected static Set getThreadAllocSites()
getHierarchy
protected static Hierarchy getHierarchy()
setHierarchy
public static void setHierarchy(Hierarchy hie)
getCallGraph
public static CallGraph getCallGraph()
setCallGraph
public static void setCallGraph(CallGraph cg)
getPag
public static PAG getPag()
setPag
public static void setPag(PAG pa)
getInlineSites
public static ArrayList getInlineSites()
setInlineSites
public static void setInlineSites(ArrayList is)
getMethodsNeedingInlining
protected static Set getMethodsNeedingInlining()
setMethodsNeedingInlining
public static void setMethodsNeedingInlining(Set mne)
getAllocNodeToThread
protected static Map getAllocNodeToThread()
setAllocNodeToThread
protected static void setAllocNodeToThread(Map antt)
getAllocNodeToObj
protected static Map getAllocNodeToObj()
setAllocNodeToObj
public static void setAllocNodeToObj(Map anto)
getStartToThread
protected static Map getStartToThread()
setStartToThread
protected static void setStartToThread(Map stt)
getNotifyAll
protected static Map getNotifyAll()
setNotifyAll
protected static void setNotifyAll(Map na)
getUnitToSuccs
protected static Map getUnitToSuccs()
setUnitToSuccs
protected static void setUnitToSuccs(Map uts)
getUnitToPreds
protected static Map getUnitToPreds()
setUnitToPreds
protected static void setUnitToPreds(Map utp)
getJoinStmtToThread
protected static Map getJoinStmtToThread()
setJoinStmtToThread
protected static void setJoinStmtToThread(Map utp)