Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/include/
Dirmap.h302 …int32 exprID = 0; // for allocating exprid_ in Me… variable
Dme_ir.h228 int32 exprID; variable
620 ConstMeExpr(int32 exprID, MIRConst *constValParam, PrimType t) in ConstMeExpr()
688 ConststrMeExpr(int32 exprID, UStrIdx idx, PrimType t) in ConststrMeExpr()
716 Conststr16MeExpr(int32 exprID, U16StrIdx idx, PrimType t) in Conststr16MeExpr()
858 AddroffuncMeExpr(int32 exprID, PUIdx puIdx) in AddroffuncMeExpr()
951 …OpMeExpr(int32 exprID, Opcode o, PrimType t, size_t n) : MeExpr(exprID, kMeOpOp, o, t, n), tyIdx(T… in OpMeExpr()
954 …OpMeExpr(int32 exprID, Opcode o, PrimType t, MeExpr *opnd0) : MeExpr(exprID, kMeOpOp, o, t, 1), ty… in OpMeExpr()
973 OpMeExpr(const OpMeExpr &opMeExpr, int32 exprID) in OpMeExpr()