Uses of Class
qilin.core.pag.ContextAllocNode
Packages that use ContextAllocNode
Package
Description
Points-to analysis graph (PAG) data structures, based on Soot/jimple/spark/pag with significant
modifications.
-
Uses of ContextAllocNode in qilin.core
Methods in qilin.core that return ContextAllocNode -
Uses of ContextAllocNode in qilin.core.pag
Fields in qilin.core.pag with type parameters of type ContextAllocNodeMethods in qilin.core.pag that return ContextAllocNodeModifier and TypeMethodDescriptionPAG.makeContextAllocNode(AllocNode allocNode, Context context) Finds or creates the ContextAllocNode for base alloc site and context.Parameterizer.parameterize(AllocNode node, Context context) Methods in qilin.core.pag that return types with arguments of type ContextAllocNode -
Uses of ContextAllocNode in qilin.parm.contextconstruction
Methods in qilin.parm.contextconstruction with parameters of type ContextAllocNodeModifier 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 ContextAllocNode in qilin.pta.toolkits.dd
Methods in qilin.pta.toolkits.dd with parameters of type ContextAllocNodeModifier and TypeMethodDescriptionTunnelingConstructor.constructContext(ContextMethod caller, ContextAllocNode receiverNode, CallSite callSite, SootMethod target)