|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CallGraph | |
---|---|
joeq.Compiler.Analysis.IPA | |
joeq.Compiler.Analysis.IPSSA | |
joeq.Compiler.Analysis.Primitive | |
joeq.Compiler.Quad | |
joeq.Compiler.Quad.IPA |
Uses of CallGraph in joeq.Compiler.Analysis.IPA |
---|
Subclasses of CallGraph in joeq.Compiler.Analysis.IPA | |
---|---|
class |
PACallGraph
PACallGraph |
Fields in joeq.Compiler.Analysis.IPA declared as CallGraph | |
---|---|
CallGraph |
PAProxy.cg
|
Methods in joeq.Compiler.Analysis.IPA that return CallGraph | |
---|---|
CallGraph |
PAResults.getCallGraph()
|
CallGraph |
PointerAnalysisResults.getCallGraph()
|
Methods in joeq.Compiler.Analysis.IPA with parameters of type CallGraph | |
---|---|
void |
PA.buildExactVarHeapCorrespondence(CallGraph cg)
|
void |
PA.buildThreadV1H1(Map threadNodes,
CallGraph g)
|
void |
PA.buildVarHeapCorrespondence(CallGraph cg)
|
jwutil.graphs.PathNumbering |
PA.countCallGraph(CallGraph cg,
ObjectCreationGraph ocg,
boolean updateBits)
|
jwutil.graphs.PathNumbering |
PA.countHeapNumbering(CallGraph cg,
boolean updateBits)
|
void |
ObjectCreationGraph.handleCallGraph(CallGraph cg)
|
void |
PA.numberPaths(CallGraph cg,
ObjectCreationGraph ocg,
boolean updateBits)
|
void |
PA.run(CallGraph cg,
Collection rootMethods)
|
void |
PA.run(String bddfactory,
CallGraph cg,
Collection rootMethods)
|
Constructors in joeq.Compiler.Analysis.IPA with parameters of type CallGraph | |
---|---|
ExceptionAnalysis(CallGraph cg)
Construct exception analysis using the given call graph. |
|
LoopAnalysis(CallGraph cg)
|
Uses of CallGraph in joeq.Compiler.Analysis.IPSSA |
---|
Methods in joeq.Compiler.Analysis.IPSSA that return CallGraph | |
---|---|
CallGraph |
IPSSABuilder.getCallGraph()
|
Uses of CallGraph in joeq.Compiler.Analysis.Primitive |
---|
Subclasses of CallGraph in joeq.Compiler.Analysis.Primitive | |
---|---|
class |
PrimitivePACallGraph
PrimitivePACallGraph |
Methods in joeq.Compiler.Analysis.Primitive with parameters of type CallGraph | |
---|---|
void |
PrimitivePA.buildExactVarHeapCorrespondence(CallGraph cg)
|
void |
PrimitivePA.buildThreadV1H1(Map threadNodes,
CallGraph g)
|
void |
PrimitivePA.buildVarHeapCorrespondence(CallGraph cg)
|
jwutil.graphs.PathNumbering |
PrimitivePA.countCallGraph(CallGraph cg,
ObjectCreationGraph ocg,
boolean updateBits)
|
jwutil.graphs.PathNumbering |
PrimitivePA.countHeapNumbering(CallGraph cg,
boolean updateBits)
|
void |
PrimitivePA.numberPaths(CallGraph cg,
ObjectCreationGraph ocg,
boolean updateBits)
|
void |
PrimitivePA.run(CallGraph cg,
Collection rootMethods)
|
void |
PrimitivePA.run(String bddfactory,
CallGraph cg,
Collection rootMethods)
|
Uses of CallGraph in joeq.Compiler.Quad |
---|
Subclasses of CallGraph in joeq.Compiler.Quad | |
---|---|
class |
CachedCallGraph
|
class |
CHACallGraph
A simple call graph implementation based on class-hierarchy analysis with optional rapid type analysis. |
class |
FilteredCallGraph
|
class |
LoadedCallGraph
A call graph that is loaded from a file. |
class |
RootedCHACallGraph
|
Fields in joeq.Compiler.Quad declared as CallGraph | |
---|---|
protected CallGraph |
MethodInline.InlineSmallSingleTargetCalls.cg
|
protected CallGraph |
MethodInline.InlineSelectedCalls.cg
|
Methods in joeq.Compiler.Quad that return CallGraph | |
---|---|
CallGraph |
AndersenPointerAnalysis.getCallGraph()
|
static CallGraph |
CallGraph.makeCallGraph(Collection rootMethods,
Map callsToTargets)
|
Methods in joeq.Compiler.Quad with parameters of type CallGraph | |
---|---|
static void |
RootedCHACallGraph.test(CallGraph cg)
|
static void |
LoadedCallGraph.write(CallGraph cg,
BufferedWriter out)
|
Constructors in joeq.Compiler.Quad with parameters of type CallGraph | |
---|---|
CachedCallGraph(CallGraph cg)
|
|
FilteredCallGraph(CallGraph base,
FilteredCallGraph.Filter filter)
|
|
MethodInline.InlineSelectedCalls(CallGraph cg)
|
|
MethodInline.InlineSmallSingleTargetCalls(CallGraph cg)
|
|
MethodInline.InlineSmallSingleTargetCalls(CallGraph cg,
int bcThreshold)
|
|
MethodInline(CallGraph cg)
|
Uses of CallGraph in joeq.Compiler.Quad.IPA |
---|
Fields in joeq.Compiler.Quad.IPA declared as CallGraph | |
---|---|
protected CallGraph |
Solver.cg
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |