Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/common/
DDummyMainCreater.ts138 const invokeStmt = new ArkInvokeStmt(staticInvokeExpr); constant
217 const invokeStmt = new ArkInvokeStmt(invokeExpr); constant
DArkIRTransformer.ts286 const invokeStmt = new ArkInvokeStmt(invokeExpr); constant
DArkValueTransformer.ts985 const invokeStmt = new ArkInvokeStmt(instanceInvokeExpr); constant
/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/dataflow/
DDataflowSolver.ts257 const invokeStmt = callEdgePoint.node as ArkInvokeStmt; constant