Home
last modified time | relevance | path

Searched defs:BaseNode (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/graph/
DBaseExplicitGraph.ts66 export abstract class BaseNode { class
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/litecg/
Dlmir_builder.h56 class BaseNode; variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_nodes.h90 explicit BaseNode(Opcode o) in BaseNode() function
98 BaseNode(Opcode o, uint8 numOpr) in BaseNode() function
106 BaseNode(const Opcode o, const PrimType typ, uint8 numOpr) in BaseNode() function
152 virtual void SetOpnd(BaseNode *, size_t) in SetOpnd() argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
Dconstantfold.cpp124 BaseNode *ConstantFold::PairToExpr(PrimType resultType, const std::pair<BaseNode*, std::optional<In… in PairToExpr() argument
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dcocos_worker_test.js28920 jsb.BaseNode.prototype.createNode = null; class