Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/compiler/core/
DregScope.cpp83 FunctionRegScope::FunctionRegScope(PandaGen *pg) : RegScope(pg), envScope_(pg->Allocator()->New<Env… in FunctionRegScope() function in panda::es2panda::compiler::FunctionRegScope
Dpandagen.h512 friend class FunctionRegScope; variable