Uses of Class
soot.util.queue.ChunkedQueue

Packages that use ChunkedQueue
soot.jimple.spark.pag   
soot.jimple.toolkits.callgraph   
 

Uses of ChunkedQueue in soot.jimple.spark.pag
 

Fields in soot.jimple.spark.pag declared as ChunkedQueue
protected  ChunkedQueue PAG.edgeQueue
           
protected  ChunkedQueue PAG.edgeQueue
           
 

Uses of ChunkedQueue in soot.jimple.toolkits.callgraph
 

Fields in soot.jimple.toolkits.callgraph declared as ChunkedQueue
protected  ChunkedQueue<Edge> CallGraph.stream
           
protected  ChunkedQueue<Edge> CallGraph.stream
           
 

Methods in soot.jimple.toolkits.callgraph with parameters of type ChunkedQueue
 void VirtualCalls.resolve(Type t, Type declaredType, NumberedString subSig, SootMethod container, ChunkedQueue targets)
           
 void VirtualCalls.resolve(Type t, Type declaredType, NumberedString subSig, SootMethod container, ChunkedQueue targets)
           
 void VirtualCalls.resolve(Type t, Type declaredType, Type sigType, NumberedString subSig, SootMethod container, ChunkedQueue targets)
           
 void VirtualCalls.resolve(Type t, Type declaredType, Type sigType, NumberedString subSig, SootMethod container, ChunkedQueue targets)