|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Hierarchy | |
soot | Base Soot classes, shared by different intermediate representations. |
soot.jimple.toolkits.thread.mhp |
Uses of Hierarchy in soot |
Methods in soot that return Hierarchy | |
Hierarchy |
Scene.getActiveHierarchy()
Retrieves the active hierarchy |
Methods in soot with parameters of type Hierarchy | |
void |
Scene.setActiveHierarchy(Hierarchy hierarchy)
Sets the active hierarchy |
Uses of Hierarchy in soot.jimple.toolkits.thread.mhp |
Fields in soot.jimple.toolkits.thread.mhp declared as Hierarchy | |
static Hierarchy |
Arguments.hierarchy
|
Methods in soot.jimple.toolkits.thread.mhp that return Hierarchy | |
protected static Hierarchy |
Arguments.getHierarchy()
|
Methods in soot.jimple.toolkits.thread.mhp with parameters of type Hierarchy | |
static void |
Arguments.setHierarchy(Hierarchy hie)
|
protected static PegGraph |
MhpTransformer.buildPeg(CallGraph callGraph,
Hierarchy hierarchy,
PAG pag,
Set methodsNeedingInlining,
Set allocNodes,
List inlineSites,
Map synchObj,
Set multiRunAllocNodes,
Map allocNodeToObj,
Body body,
SootMethod sm)
|
Constructors in soot.jimple.toolkits.thread.mhp with parameters of type Hierarchy | |
PegGraph(CallGraph callGraph,
Hierarchy hierarchy,
PAG pag,
Set methodsNeedingInlining,
Set allocNodes,
List inlineSites,
Map synchObj,
Set multiRunAllocNodes,
Map allocNodeToObj,
Body unitBody,
SootMethod sm,
boolean addExceptionEdges,
boolean dontAddEdgeFromStmtBeforeAreaOfProtectionToCatchBlock)
Constructs a graph for the units found in the provided Body instance. |
|
PegGraph(CallGraph callGraph,
Hierarchy hierarchy,
PAG pag,
Set methodsNeedingInlining,
Set allocNodes,
List inlineSites,
Map synchObj,
Set multiRunAllocNodes,
Map allocNodeToObj,
Body unitBody,
String threadName,
SootMethod sm,
boolean addExceEdge,
boolean dontAddEdgeFromStmtBeforeAreaOfProtectionToCatchBlock)
Constructs a graph for the units found in the provided Body instance. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |