Searched defs:IcallNode (Results 1 – 1 of 1) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
| D | mir_nodes.h | 3944 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 3958 …IcallNode(const MIRModule &mod, Opcode o, TyIdx idx) : IcallNode(mod.GetCurFuncCodeMPAllocator(), … in IcallNode() function 3960 IcallNode(MapleAllocator &allocator, const IcallNode &node) in IcallNode() function 3968 …IcallNode(const MIRModule &mod, const IcallNode &node) : IcallNode(mod.GetCurFuncCodeMPAllocator()… in IcallNode() function
|