Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/include/
Dme_ir.h3181 …explicit GotoMeStmt(const StmtNode *stt) : MeStmt(stt), offset(static_cast<const GotoNode *>(stt)-… in GotoMeStmt() function
3182 …explicit GotoMeStmt(const GotoMeStmt &condGoto) : MeStmt(MeStmt(condGoto.GetOp())), offset(condGot… in GotoMeStmt() function
3183 explicit GotoMeStmt(uint32 o) : MeStmt(OP_goto), offset(o) {} in GotoMeStmt() function