Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/compiler/core/
DregScope.cpp86 FunctionRegScope::FunctionRegScope(CodeGen *cg) : RegScope(cg) in FunctionRegScope() function in ark::es2panda::compiler::FunctionRegScope
119 FunctionRegScope::FunctionRegScope(PandaGen *pg) : RegScope(pg), envScope_(pg->Allocator()->New<Env… in FunctionRegScope() function in ark::es2panda::compiler::FunctionRegScope
DcodeGen.h195 friend class FunctionRegScope; variable
/arkcompiler/ets_frontend/es2panda/compiler/core/
DregScope.cpp88 FunctionRegScope::FunctionRegScope(PandaGen *pg) : RegScope(pg), envScope_(pg->Allocator()->New<Env… in FunctionRegScope() function in panda::es2panda::compiler::FunctionRegScope
Dpandagen.h553 friend class FunctionRegScope; variable