Home
last modified time | relevance | path

Searched defs:dstCGNode (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/callgraph/pointerAnalysis/
DPagBuilder.ts543 let dstCGNode = this.cg.getCallGraphNodeByMethod(callee.getSignature()); variable
641 let dstCGNode = this.cg.getNode(staticCS.calleeFuncID) as CallGraphNode; variable
857 let dstCGNode = this.cg.getCallGraphNodeByMethod(callee.getSignature()); variable