Uses of Class
qilin.core.pag.CallSite
Package
Description
-
Uses of CallSite in qilin.core
Modifier and TypeMethodDescriptionCorePTA.createCalleeCtx
(ContextMethod caller, AllocNode receiverNode, CallSite callSite, SootMethod target) abstract Context
PTA.createCalleeCtx
(ContextMethod caller, AllocNode receiverNode, CallSite callSite, SootMethod target) -
Uses of CallSite in qilin.core.pag
Modifier and TypeClassDescriptionclass
Holds relevant information about a particular virtual call site. -
Uses of CallSite in qilin.parm.ctxcons
Modifier and TypeMethodDescriptionCallsiteCtxConstructor.constructCtx
(ContextMethod caller, ContextAllocNode receiverNode, CallSite callSite, SootMethod target) CtxConstructor.constructCtx
(ContextMethod caller, ContextAllocNode receiverNode, CallSite callSite, SootMethod target) HybObjCtxConstructor.constructCtx
(ContextMethod caller, ContextAllocNode receiverNode, CallSite callSite, SootMethod target) HybTypeCtxConstructor.constructCtx
(ContextMethod caller, ContextAllocNode receiverNode, CallSite callSite, SootMethod target) InsensCtxConstructor.constructCtx
(ContextMethod caller, ContextAllocNode receiverNode, CallSite callSite, SootMethod target) ObjCtxConstructor.constructCtx
(ContextMethod caller, ContextAllocNode receiverNode, CallSite callSite, SootMethod target) TypeCtxConstructor.constructCtx
(ContextMethod caller, ContextAllocNode receiverNode, CallSite callSite, SootMethod target) -
Uses of CallSite in qilin.pta.toolkits.dd
Modifier and TypeMethodDescriptionTunnelingConstructor.constructCtx
(ContextMethod caller, ContextAllocNode receiverNode, CallSite callSite, SootMethod target) -
Uses of CallSite in qilin.pta.toolkits.selectx
Modifier and TypeMethodDescriptionvoid
Selectx.addEntryEdge
(LocalVarNode from, LocalVarNode to, CallSite callSite) void
Selectx.addExitEdge
(LocalVarNode from, LocalVarNode to, CallSite callSite) -
Uses of CallSite in qilin.pta.tools
Modifier and TypeMethodDescriptionDebloatedPTA.createCalleeCtx
(ContextMethod caller, AllocNode receiverNode, CallSite callSite, SootMethod target)