Home
last modified time | relevance | path

Searched refs:FunctionRegScope (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/es2panda/compiler/core/
DregScope.h77 class FunctionRegScope : public RegScope {
79 explicit FunctionRegScope(PandaGen *pg);
80 NO_COPY_SEMANTIC(FunctionRegScope);
81 NO_MOVE_SEMANTIC(FunctionRegScope);
82 ~FunctionRegScope();
DregScope.cpp83 FunctionRegScope::FunctionRegScope(PandaGen *pg) : RegScope(pg), envScope_(pg->Allocator()->New<Env… in FunctionRegScope() function in panda::es2panda::compiler::FunctionRegScope
121 FunctionRegScope::~FunctionRegScope() in ~FunctionRegScope()
Dfunction.cpp193 FunctionRegScope lrs(pg); in CompileFunctionOrProgram()
Dpandagen.h534 friend class FunctionRegScope; variable