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