Home
last modified time | relevance | path

Searched defs:topScope (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/
Dhandle_scope-inl.h30 HandleScope<T> *topScope = thread->GetTopScope<T>(); in HandleScope() local
43 HandleScope<T> *topScope = thread->GetTopScope<T>(); in HandleScope() local
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSfunction.cpp168 auto *topScope = etsg->TopScope(); in Compile() local
Dfunction.cpp261 auto *topScope = pg->TopScope(); in Compile() local
DcompilerImpl.cpp336 auto *topScope = ctx->transitionMemory->VarBinder()->TopScope(); in SavePermanents() local
/arkcompiler/ets_frontend/ets2panda/varbinder/
Dvarbinder.h119 void ResetAllScopes(GlobalScope *topScope, VariableScope *varScope, Scope *scope) noexcept in ResetAllScopes()
126 void ResetTopScope(GlobalScope *topScope) in ResetTopScope()
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dfunction.cpp267 const auto *topScope = pg->TopScope(); in CompileFunctionOrProgram() local