Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_lower.h139 void CopyStmtFrequency(StmtNode *newStmt, StmtNode *oldStmt) in CopyStmtFrequency()
Dmir_nodes.h1799 StmtNode *newStmt = static_cast<StmtNode *>(stmt.CloneTree(allocator)); in CloneTree() local
1814 StmtNode *newStmt = static_cast<StmtNode *>(stmt.CloneTree(allocator)); in CloneTreeWithSrcPosition() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
Dlower.cpp93 StmtNode *newStmt = nullptr; in LowerIassign() local
134 StmtNode *newStmt = nullptr; in LowerCallStmt() local
792 StmtNode *newStmt = nullptr; in LowerDassign() local
/arkcompiler/runtime_core/static_core/plugins/ets/tools/declgen_ts2sts/src/
DASTAutofixer.ts1881 const newStmt = replaceTypeReferenceWithObject(stmt, context, typeAliasMap); constant