Home
last modified time | relevance | path

Searched refs:LabelContext (Results 1 - 9 of 9) sorted by relevance

/arkcompiler/ets_frontend/es2panda/compiler/core/
H A DdynamicContext.h85 class LabelContext : public DynamicContext { class
87 explicit LabelContext(PandaGen *pg, LabelTarget target) : DynamicContext(pg, target) {} in LabelContext() function in panda::es2panda::panda::es2panda::compiler::LabelContext
88 explicit LabelContext(PandaGen *pg, const ir::LabelledStatement *labelledStmt);
89 NO_COPY_SEMANTIC(LabelContext);
90 NO_MOVE_SEMANTIC(LabelContext);
91 ~LabelContext();
H A DdynamicContext.cpp36 LabelContext::LabelContext(PandaGen *pg, const ir::LabelledStatement *labelledStmt) in LabelContext() function in panda::es2panda::compiler::LabelContext
48 LabelContext::~LabelContext() in ~LabelContext()
H A DswitchBuilder.h47 LabelContext labelCtx_;
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DdynamicContext.h96 class LabelContext : public DynamicContext { class
98 explicit LabelContext(CodeGen *cg, LabelTarget target) : DynamicContext(cg, target) {} in LabelContext() function in ark::es2panda::ark::es2panda::compiler::LabelContext
99 explicit LabelContext(CodeGen *cg, const ir::LabelledStatement *labelledStmt);
100 NO_COPY_SEMANTIC(LabelContext);
101 NO_MOVE_SEMANTIC(LabelContext);
102 ~LabelContext();
H A DdynamicContext.cpp44 LabelContext::LabelContext(CodeGen *cg, const ir::LabelledStatement *labelledStmt) in LabelContext() function in ark::es2panda::compiler::LabelContext
55 LabelContext::~LabelContext() in ~LabelContext()
H A DswitchBuilder.h100 LabelContext labelCtx_;
H A DETSCompiler.cpp1390 compiler::LabelContext labelCtx(etsg, labelTarget); in CompileImpl()
1433 auto labelCtx = compiler::LabelContext(etsg, labelTarget); in Compile()
1478 auto labelCtx = compiler::LabelContext(etsg, labelTarget); in Compile()
1538 compiler::LabelContext labelCtx(cg, self); in CompileImpl()
1715 compiler::LabelContext labelCtx(cg, labelTarget); in CompileImpl()
H A DJSCompiler.cpp1321 compiler::LabelContext labelCtx(cg, labelTarget); in CompileImpl()
1480 compiler::LabelContext labelCtx(cg, self); in CompileImpl()
1712 compiler::LabelContext labelCtx(cg, labelTarget); in CompileImpl()
/arkcompiler/ets_frontend/es2panda/ir/statements/
H A DlabelledStatement.cpp38 compiler::LabelContext labelCtx(pg, this); in Compile()

Completed in 9 milliseconds