Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_nodes.h477 explicit JarrayMallocNode(Opcode o) : UnaryNode(o) {} in JarrayMallocNode() function
479 JarrayMallocNode(Opcode o, PrimType typ) : UnaryNode(o, typ) {} in JarrayMallocNode() function
481 JarrayMallocNode(Opcode o, PrimType typ, TyIdx typeIdx) : UnaryNode(o, typ), tyIdx(typeIdx) {} in JarrayMallocNode() function
483JarrayMallocNode(Opcode o, PrimType typ, TyIdx typeIdx, BaseNode *opnd) : UnaryNode(o, typ, opnd),… in JarrayMallocNode() function