Searched refs:NaryOpnds (Results 1 - 2 of 2) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/ |
H A D | mir_nodes.cpp | 201 void NaryOpnds::Dump(int32 indent) const in Dump() 268 NaryOpnds::Dump(indent); in Dump() 277 NaryOpnds::Dump(indent); in Dump() 519 NaryOpnds::Dump(indent); in Dump() 587 NaryOpnds::Dump(indent); in Dump() 616 NaryOpnds::Dump(indent); 638 NaryOpnds::Dump(indent);
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
H A D | mir_nodes.h | 601 class NaryOpnds { class 603 explicit NaryOpnds(MapleAllocator &mpallocter) : nOpnd(mpallocter.Adapter()) {} in NaryOpnds() function in maple::NaryOpnds 605 virtual ~NaryOpnds() = default; 725 class NaryNode : public BaseNode, public NaryOpnds { 727 NaryNode(MapleAllocator &allocator, Opcode o) : BaseNode(o), NaryOpnds(allocator) {} 731 NaryNode(MapleAllocator &allocator, Opcode o, PrimType typ) : BaseNode(o, typ, 0), NaryOpnds(allocator) {} 736 : BaseNode(node.GetOpCode(), node.GetPrimType(), node.numOpnds), NaryOpnds(allocator) 1997 class NaryStmtNode : public StmtNode, public NaryOpnds { 1999 NaryStmtNode(MapleAllocator &allocator, Opcode o) : StmtNode(o), NaryOpnds(allocator) {} 2007 NaryOpnds(allocato [all...] |
Completed in 4 milliseconds