Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DregScope.h80 class FunctionRegScope : public RegScope { class
82 explicit FunctionRegScope(CodeGen *cg);
83 explicit FunctionRegScope(PandaGen *pg);
84 NO_COPY_SEMANTIC(FunctionRegScope);
85 NO_MOVE_SEMANTIC(FunctionRegScope);
86 ~FunctionRegScope();
H A DregScope.cpp84 // FunctionRegScope
86 FunctionRegScope::FunctionRegScope(CodeGen *cg) : RegScope(cg) in FunctionRegScope() function in ark::es2panda::compiler::FunctionRegScope
91 void FunctionRegScope::InitializeParams(const StoreParamCb &cb) in InitializeParams()
119 FunctionRegScope::FunctionRegScope(PandaGen *pg) : RegScope(pg), envScope_(pg->Allocator()->New<EnvScope>()) in FunctionRegScope() function in ark::es2panda::compiler::FunctionRegScope
156 FunctionRegScope::~FunctionRegScope() in ~FunctionRegScope()
H A DETSfunction.cpp160 FunctionRegScope lrs(etsg); in Compile()
H A DcodeGen.h195 friend class FunctionRegScope;
H A Dfunction.cpp259 FunctionRegScope lrs(pg); in Compile()
/arkcompiler/ets_frontend/es2panda/compiler/core/
H A DregScope.h78 class FunctionRegScope : public RegScope { class
80 explicit FunctionRegScope(PandaGen *pg);
81 NO_COPY_SEMANTIC(FunctionRegScope);
82 NO_MOVE_SEMANTIC(FunctionRegScope);
83 ~FunctionRegScope() noexcept;
H A DregScope.cpp90 // FunctionRegScope
92 FunctionRegScope::FunctionRegScope(PandaGen *pg) : RegScope(pg), envScope_(pg->Allocator()->New<EnvScope>()) in FunctionRegScope() function in panda::es2panda::compiler::FunctionRegScope
130 FunctionRegScope::~FunctionRegScope() noexcept
H A Dfunction.cpp272 FunctionRegScope lrs(pg); in CompileFunctionOrProgram()
H A Dpandagen.h550 friend class FunctionRegScope;

Completed in 4 milliseconds