Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_nodes.h3944 IcallNode(MapleAllocator &allocator, Opcode o) in IcallNode() function
3950 IcallNode(MapleAllocator &allocator, Opcode o, TyIdx idx) in IcallNode() function
3956 IcallNode(const MIRModule &mod, Opcode o) : IcallNode(mod.GetCurFuncCodeMPAllocator(), o) {} in IcallNode() function
3958IcallNode(const MIRModule &mod, Opcode o, TyIdx idx) : IcallNode(mod.GetCurFuncCodeMPAllocator(), … in IcallNode() function
3960 IcallNode(MapleAllocator &allocator, const IcallNode &node) in IcallNode() function
3968IcallNode(const MIRModule &mod, const IcallNode &node) : IcallNode(mod.GetCurFuncCodeMPAllocator()… in IcallNode() function