Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/linter/homecheck/src/matcher/matcherAdapter/
DmatchMethods.ts40 for (const arkMethod of arkClass.getMethods(true)) { constant
/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/callgraph/algorithm/
DAbstractAnalysis.ts149 let arkMethod = this.scene.getMethod(cgNode.getMethod(), true); variable
/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/callgraph/pointerAnalysis/
DPagBuilder.ts180 let arkMethod = this.cg.getArkMethodByFuncID(funcID); variable
307 let arkMethod = this.cg.getArkMethodByFuncID(funcID); variable
1437 let arkMethod = this.cg.getArkMethodByFuncID(funcID); variable
1911 let arkMethod = this.cg.getArkMethodByFuncID(funcID); variable
/arkcompiler/ets_frontend/ets2panda/linter/homecheck/src/checker/migration/
DInteropBoxedTypeCheck.ts406 const arkMethod = scene.getMethod(targetLocalType.getMethodSignature()); constant
/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/
DScene.ts925 let arkMethod; variable
1088 for (let arkMethod of arkClass.getMethods()) { variable
/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/common/
DModelUtils.ts61 for (const arkMethod of arkClass.getMethods()) { constant
DArkIRTransformer.ts175 const arkMethod = new ArkMethod(); constant
/arkcompiler/ets_frontend/ets2panda/linter/homecheck/src/tools/
DBuildModuleChains.ts351 for (const arkMethod of arkClass.getMethods()) { constant