Home
last modified time | relevance | path

Searched defs:baseNode (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/callgraph/pointerAnalysis/
DPag.ts694 let baseNode = this.getNode(basePt); variable
713 let baseNode = this.getNode(basePt) as PagNode; variable
754 let baseNode = this.getNode(basePt) as PagNode; variable
DPagBuilder.ts438 let baseNode = this.getOrNewPagNode(cid, ivkExpr.getBase()); variable
1637 let baseNode = this.pag.getOrNewNode(cid, base) as PagLocalNode; variable
1662 let baseNode = this.pag.getOrNewNode(cid, ivkExpr.getBase()) as PagLocalNode; variable
/arkcompiler/ets_frontend/ets2panda/lsp/src/
Dgenerate_constructor.cpp59 auto baseNode = ark::es2panda::lsp::GetEffectiveBaseTypeNode(classNode); in GetExtendedClassProperties() local
Dclass_hierarchy.cpp197 auto baseNode = GetEffectiveBaseTypeNode(child); in IsChildNode() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/litecg/
Dlmir_builder.h95 Expr(BaseNode *baseNode, Type *nodeType) : node(baseNode), type(nodeType) {} in Expr()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_cgfunc.cpp427 …CGFunc::SelectCopy(Operand &dest, PrimType dtype, Operand &src, PrimType stype, BaseNode *baseNode) in SelectCopy()