Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/callgraph/model/
DCallGraph.ts266 let callSites = this.stmtToCallSitemap.get(stmt) ?? []; variable
298 let callSites = this.getCallSitesByMethod(func); variable
/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/callgraph/pointerAnalysis/
DPagBuilder.ts222 let callSites = this.cg.getCallSiteByStmt(stmt); variable
253 let callSites = this.cg.getCallSiteByStmt(stmt); variable
890 let callSites = funcPag.getDynamicCallSites(); variable
/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/dataflow/
DDataflowSolver.ts138 const callSites = this.CHA.resolveCall( constant