Searched defs:LabelContext (Results 1 - 4 of 4) sorted by relevance
/arkcompiler/ets_frontend/es2panda/compiler/core/ | ||
H A D | dynamicContext.cpp | 36 LabelContext::LabelContext(PandaGen *pg, const ir::LabelledStatement *labelledStmt) in LabelContext() function in panda::es2panda::compiler::LabelContext |
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 |
/arkcompiler/ets_frontend/ets2panda/compiler/core/ | ||
H A D | dynamicContext.cpp | 44 LabelContext::LabelContext(CodeGen *cg, const ir::LabelledStatement *labelledStmt) in LabelContext() function in ark::es2panda::compiler::LabelContext |
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 |
Completed in 3 milliseconds