Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_builder.cpp828 …auto *arrayNode = GetCurrentFuncCodeMp()->New<ArrayNode>(*GetCurrentFuncCodeMpAllocator(), addrTyp… in CreateExprArray() local
836 ArrayNode *arrayNode = CreateExprArray(arrayType); in CreateExprArray() local
844 ArrayNode *arrayNode = CreateExprArray(arrayType, op1); in CreateExprArray() local
854 …auto *arrayNode = GetCurrentFuncCodeMp()->New<ArrayNode>(*GetCurrentFuncCodeMpAllocator(), addrTyp… in CreateExprArray() local
Dmir_lower.cpp956 auto &arrayNode = static_cast<ArrayNode &>(exp); in AddArrayMrtMpl() local
Dmir_parser.cpp3198 auto *arrayNode = mod.CurFuncCodeMemPool()->New<ArrayNode>(mod); in ParseExprArray() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
Dcall_graph.cpp689 auto *arrayNode = static_cast<ArrayNode *>(iread->Opnd(0)); in HandleICall() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
Dlower.cpp2638 auto &arrayNode = static_cast<ArrayNode &>(expr); in ProcessArrayExpr() local
3603 BaseNode *arrayNode = intrincall.Opnd(0); in LowerArrayStore() local