Searched defs:FunctionRegScope (Results 1 – 2 of 2) sorted by relevance
| /arkcompiler/ets_frontend/es2panda/compiler/core/ | ||
| D | regScope.cpp | 83 FunctionRegScope::FunctionRegScope(PandaGen *pg) : RegScope(pg), envScope_(pg->Allocator()->New<Env… in FunctionRegScope() function in panda::es2panda::compiler::FunctionRegScope |
| D | pandagen.h | 512 friend class FunctionRegScope; variable |