Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/compiler/core/
DregScope.cpp48 LocalRegScope::LocalRegScope(PandaGen *pg) : RegScope(pg) {} in LocalRegScope() function in ark::es2panda::compiler::LocalRegScope
50 LocalRegScope::LocalRegScope(CodeGen *cg, varbinder::Scope *scope) : RegScope(cg) in LocalRegScope() function in ark::es2panda::compiler::LocalRegScope
68 LocalRegScope::LocalRegScope(PandaGen *pg, varbinder::Scope *scope) : LocalRegScope(static_cast<Cod… in LocalRegScope() function in ark::es2panda::compiler::LocalRegScope
DcodeGen.h192 friend class LocalRegScope; variable
/arkcompiler/ets_frontend/es2panda/compiler/core/
DregScope.cpp56 LocalRegScope::LocalRegScope(PandaGen *pg) : RegScope(pg) {} in LocalRegScope() function in panda::es2panda::compiler::LocalRegScope
58 LocalRegScope::LocalRegScope(PandaGen *pg, binder::Scope *scope) : RegScope(pg) in LocalRegScope() function in panda::es2panda::compiler::LocalRegScope
Dpandagen.h546 friend class LocalRegScope; variable