Searched defs:IreadNode (Results 1 - 1 of 1) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ | ||
H A D | mir_nodes.h | 402 class IreadNode : public UnaryNode { class 404 explicit IreadNode(Opcode o) : UnaryNode(o) {} in IreadNode() function in maple::IreadNode 406 IreadNode(Opcode o, PrimType typ) : UnaryNode(o, typ) {} in IreadNode() function in maple::IreadNode 408 IreadNode(Opcode o, PrimType typ, TyIdx typeIdx, FieldID fid) : UnaryNode(o, typ), tyIdx(typeIdx), fieldID(fid) {} in IreadNode() function in maple::IreadNode 410 IreadNode(Opcode o, PrimType typ, TyIdx typeIdx, FieldID fid, BaseNode *expr) in IreadNode() function in maple::IreadNode [all...] |
Completed in 4 milliseconds