Uses of Class
qilin.core.pag.GlobalVarNode
Packages that use GlobalVarNode
-
Uses of GlobalVarNode in qilin.core.pag
Methods in qilin.core.pag that return GlobalVarNodeModifier and TypeMethodDescriptionPAG.findGlobalVarNode
(Object value) Finds the GlobalVarNode for the variable value, or returns null.PAG.makeGlobalVarNode
(Object value, Type type) Finds or creates the GlobalVarNode for the variable value, of type type. -
Uses of GlobalVarNode in qilin.pta.toolkits.selectx
Fields in qilin.pta.toolkits.selectx with type parameters of type GlobalVarNodeModifier and TypeFieldDescriptionstatic Map<GlobalVarNode,
G> G.g2GN
static Map<GlobalVarNode,
G> G.g2GP
Methods in qilin.pta.toolkits.selectx with parameters of type GlobalVarNodeModifier and TypeMethodDescriptionvoid
Selectx.addStaticLoadEdge
(GlobalVarNode from, LocalVarNode to) void
Selectx.addStaticStoreEdge
(LocalVarNode from, GlobalVarNode to) static G
G.v
(GlobalVarNode origin, boolean positive)