Home
last modified time | relevance | path

Searched refs:LocalRegScope (Results 1 – 11 of 11) sorted by relevance

/arkcompiler/ets_frontend/es2panda/compiler/core/
DregScope.h48 class LocalRegScope : public RegScope {
50 explicit LocalRegScope(PandaGen *pg, binder::Scope *scope);
51 explicit LocalRegScope(PandaGen *pg);
52 NO_COPY_SEMANTIC(LocalRegScope);
53 NO_MOVE_SEMANTIC(LocalRegScope);
54 ~LocalRegScope();
DregScope.cpp48 LocalRegScope::LocalRegScope(PandaGen *pg) : RegScope(pg) {} in LocalRegScope() function in panda::es2panda::compiler::LocalRegScope
50 LocalRegScope::LocalRegScope(PandaGen *pg, binder::Scope *scope) : RegScope(pg) in LocalRegScope() function in panda::es2panda::compiler::LocalRegScope
70 LocalRegScope::~LocalRegScope() in ~LocalRegScope()
DenvScope.h107 LocalRegScope regScope_;
Dpandagen.h531 friend class LocalRegScope; variable
/arkcompiler/ets_frontend/es2panda/ir/statements/
DblockStatement.cpp41 compiler::LocalRegScope lrs(pg, scope_); in Compile()
DforUpdateStatement.cpp57 compiler::LocalRegScope loopRegScope(pg, scope_); in Compile()
DforInStatement.cpp49 compiler::LocalRegScope loopRegScope(pg, scope_); in Compile()
DswitchStatement.cpp51 compiler::LocalRegScope lrs(pg, scope_); in Compile()
DforOfStatement.cpp45 compiler::LocalRegScope regScope(pg, scope_); in Compile()
/arkcompiler/ets_frontend/es2panda/ir/base/
DcatchClause.cpp49 compiler::LocalRegScope lrs(pg, scope_->ParamScope()); in Compile()
DclassDefinition.cpp311 compiler::LocalRegScope lrs(pg, scope_); in Compile()