Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_nodes.h1415 ArrayNode(MapleAllocator &allocator) : NaryNode(allocator, OP_array) {} in ArrayNode() function
1417 explicit ArrayNode(const MIRModule &mod) : ArrayNode(mod.GetCurFuncCodeMPAllocator()) {} in ArrayNode() function
1419ArrayNode(MapleAllocator &allocator, PrimType typ, TyIdx idx) : NaryNode(allocator, OP_array, typ)… in ArrayNode() function
1421ArrayNode(const MIRModule &mod, PrimType typ, TyIdx idx) : ArrayNode(mod.GetCurFuncCodeMPAllocator… in ArrayNode() function
1423 ArrayNode(MapleAllocator &allocator, PrimType typ, TyIdx idx, bool bcheck) in ArrayNode() function
1428 ArrayNode(const MIRModule &mod, PrimType typ, TyIdx idx, bool bcheck) in ArrayNode() function
1433 ArrayNode(MapleAllocator &allocator, const ArrayNode &node) in ArrayNode() function
1438ArrayNode(const MIRModule &mod, const ArrayNode &node) : ArrayNode(mod.GetCurFuncCodeMPAllocator()… in ArrayNode() function