Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/callgraph/algorithm/
DAbstractAnalysis.ts82 const cgNode = this.cg.getNode(method) as CallGraphNode; constant
103 let cgNode = n as CallGraphNode; variable
148 let cgNode = this.cg.getNode(methodID) as CallGraphNode; variable
/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/callgraph/common/
DStatistics.ts135 let cgNode = cg.getNode(funcID); variable
/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/callgraph/model/
DCallGraph.ts153 let cgNode = new CallGraphNode(id, method, kind); variable
/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/callgraph/pointerAnalysis/
DPointerAnalysis.ts643 let cgNode = this.cg.getNode(funcID); variable
DPagBuilder.ts297 let cgNode = this.cg.getNode(funcID) as CallGraphNode; variable