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 | 2263 IcallNode(MapleAllocator &allocator, Opcode o) in IcallNode() function 2269 IcallNode(MapleAllocator &allocator, Opcode o, TyIdx idx) in IcallNode() function 2275 IcallNode(const MIRModule &mod, Opcode o) : IcallNode(mod.GetCurFuncCodeMPAllocator(), o) {} in IcallNode() function 2277 …IcallNode(const MIRModule &mod, Opcode o, TyIdx idx) : IcallNode(mod.GetCurFuncCodeMPAllocator(), … in IcallNode() function 2279 IcallNode(MapleAllocator &allocator, const IcallNode &node) in IcallNode() function 2287 …IcallNode(const MIRModule &mod, const IcallNode &node) : IcallNode(mod.GetCurFuncCodeMPAllocator()… in IcallNode() function
|