Uses of Class
qilin.core.pag.CallSite
Packages that use CallSite
Package
Description
Points-to analysis graph (PAG) data structures, based on Soot/jimple/spark/pag with significant
modifications.
-
Uses of CallSite in qilin.core
Methods in qilin.core with parameters of type CallSiteModifier and TypeMethodDescriptionCorePTA.createCalleeContext(ContextMethod caller, AllocNode receiverNode, CallSite callSite, SootMethod target) abstract ContextPTA.createCalleeContext(ContextMethod caller, AllocNode receiverNode, CallSite callSite, SootMethod target) -
Uses of CallSite in qilin.core.pag
Subclasses of CallSite in qilin.core.pagModifier and TypeClassDescriptionclassHolds relevant information about a particular virtual call site. -
Uses of CallSite in qilin.parm.contextconstruction
Methods in qilin.parm.contextconstruction with parameters of type CallSiteModifier and TypeMethodDescriptionCallSiteContextConstructor.constructContext(ContextMethod caller, ContextAllocNode receiverNode, CallSite callSite, SootMethod target) ContextConstructor.constructContext(ContextMethod caller, ContextAllocNode receiverNode, CallSite callSite, SootMethod target) HybridObjectContextConstructor.constructContext(ContextMethod caller, ContextAllocNode receiverNode, CallSite callSite, SootMethod target) HybridTypeContextConstructor.constructContext(ContextMethod caller, ContextAllocNode receiverNode, CallSite callSite, SootMethod target) InsensitiveContextConstructor.constructContext(ContextMethod caller, ContextAllocNode receiverNode, CallSite callSite, SootMethod target) ObjectContextConstructor.constructContext(ContextMethod caller, ContextAllocNode receiverNode, CallSite callSite, SootMethod target) TypeContextConstructor.constructContext(ContextMethod caller, ContextAllocNode receiverNode, CallSite callSite, SootMethod target) -
Uses of CallSite in qilin.pta.toolkits.dd
Methods in qilin.pta.toolkits.dd with parameters of type CallSiteModifier and TypeMethodDescriptionTunnelingConstructor.constructContext(ContextMethod caller, ContextAllocNode receiverNode, CallSite callSite, SootMethod target) -
Uses of CallSite in qilin.pta.toolkits.selectx
Methods in qilin.pta.toolkits.selectx with parameters of type CallSiteModifier and TypeMethodDescriptionvoidSelectx.addEntryEdge(LocalVarNode from, LocalVarNode to, CallSite callSite) voidSelectx.addExitEdge(LocalVarNode from, LocalVarNode to, CallSite callSite) -
Uses of CallSite in qilin.pta.tools
Methods in qilin.pta.tools with parameters of type CallSiteModifier and TypeMethodDescriptionDebloatedPTA.createCalleeContext(ContextMethod caller, AllocNode receiverNode, CallSite callSite, SootMethod target)