Searched refs:LabelContext (Results 1 - 9 of 9) sorted by relevance
/arkcompiler/ets_frontend/es2panda/compiler/core/ |
H A D | dynamicContext.h | 85 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 D | dynamicContext.cpp | 36 LabelContext::LabelContext(PandaGen *pg, const ir::LabelledStatement *labelledStmt) in LabelContext() function in panda::es2panda::compiler::LabelContext 48 LabelContext::~LabelContext() in ~LabelContext()
|
H A D | switchBuilder.h | 47 LabelContext labelCtx_;
|
/arkcompiler/ets_frontend/ets2panda/compiler/core/ |
H A D | dynamicContext.h | 96 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 D | dynamicContext.cpp | 44 LabelContext::LabelContext(CodeGen *cg, const ir::LabelledStatement *labelledStmt) in LabelContext() function in ark::es2panda::compiler::LabelContext 55 LabelContext::~LabelContext() in ~LabelContext()
|
H A D | switchBuilder.h | 100 LabelContext labelCtx_;
|
H A D | ETSCompiler.cpp | 1390 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 D | JSCompiler.cpp | 1321 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 D | labelledStatement.cpp | 38 compiler::LabelContext labelCtx(pg, this); in Compile()
|
Completed in 9 milliseconds