Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
Compil3r.Quad.CallGraph

Uses of CallGraph in Compil3r.Quad
 

Subclasses of CallGraph in Compil3r.Quad
static class AndersenPointerAnalysis.AndersenCallGraph
           
 class BDDPointerAnalysis.BDDCallGraph
           
 class CachedCallGraph
           
 class CHACallGraph
          A simple call graph implementation based on class-hierarchy analysis with optional rapid type analysis.
 class LoadedCallGraph
          A call graph that is loaded from a file.
 class RootedCHACallGraph
           
 

Fields in Compil3r.Quad declared as CallGraph
private  CallGraph CachedCallGraph.delegate
           
private  CallGraph FullyContextSensitiveBDD.cg
          Initial call graph that we use to seed the analysis.
(package private)  CallGraph ContextSensitiveBDD.initial_cg
           
private  CallGraph CSBDDPointerAnalysis.cg
          Initial call graph that we use to seed the analysis.
(package private)  CallGraph MethodInline.cg
           
protected  CallGraph MethodInline.InlineSmallSingleTargetCalls.cg
           
 

Methods in Compil3r.Quad that return CallGraph
 CallGraph BDDPointerAnalysis.goNonincremental(java.util.Collection roots)
           
 CallGraph BDDPointerAnalysis.goIncremental(java.util.Collection roots)
           
 CallGraph ContextSensitiveBDD.go(java.util.Collection roots)
           
 CallGraph AndersenPointerAnalysis.getCallGraph()
           
 

Methods in Compil3r.Quad with parameters of type CallGraph
static void LoadedCallGraph.write(CallGraph cg, java.io.PrintWriter out)
           
 void BDDPointerAnalysis.dumpResults(CallGraph cg)
           
static void RootedCHACallGraph.test(CallGraph cg)
           
 

Constructors in Compil3r.Quad with parameters of type CallGraph
CachedCallGraph(CallGraph cg)
           
FullyContextSensitiveBDD(CallGraph cg, int nodeCount, int cacheSize)
           
CSBDDPointerAnalysis(CallGraph cg)
           
CSBDDPointerAnalysis(CallGraph cg, int nodeCount, int cacheSize)
           
MethodInline(CallGraph cg)
           
MethodInline.InlineSmallSingleTargetCalls(CallGraph cg)
           
MethodInline.InlineSmallSingleTargetCalls(CallGraph cg, int bcThreshold)