Searched defs:LocalRegScope (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ | ||
| D | regScope.cpp | 48 LocalRegScope::LocalRegScope(PandaGen *pg) : RegScope(pg) {} in LocalRegScope() function in ark::es2panda::compiler::LocalRegScope |
| D | codeGen.h | 192 friend class LocalRegScope; variable |
| /arkcompiler/ets_frontend/es2panda/compiler/core/ | ||
| D | regScope.cpp | 52 LocalRegScope::LocalRegScope(PandaGen *pg) : RegScope(pg) {} in LocalRegScope() function in panda::es2panda::compiler::LocalRegScope |
| D | pandagen.h | 550 friend class LocalRegScope; variable |