Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/callgraph/model/
DCallGraph.ts189 let callerNode = this.getCallGraphNodeByMethod(caller) as CallGraphNode; variable
235 let callerNode = this.getCallGraphNodeByMethod(caller) as CallGraphNode; variable
247 let callerNode = this.getNode(callerID) as CallGraphNode; variable
/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/callgraph/pointerAnalysis/
DPagBuilder.ts544 let callerNode = this.cg.getNode(cs.callerFuncID) as CallGraphNode; variable
830 let callerNode = this.cg.getNode(cs.callerFuncID) as CallGraphNode; variable