Home
last modified time | relevance | path

Searched refs:variableDebugInfo (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/es2panda/compiler/core/
DregScope.cpp64 pg_->debugInfo_.variableDebugInfo.push_back(pg_->scope_); in LocalRegScope()
111 pg_->debugInfo_.variableDebugInfo.push_back(funcScope); in FunctionRegScope()
Dpandagen.h68 explicit DebugInfo(ArenaAllocator *allocator) : variableDebugInfo(allocator->Adapter()) {}; in DebugInfo()
73 ArenaVector<const binder::Scope *> variableDebugInfo; variable
/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/
Demitter.cpp298 for (const auto *scope : pg_->Debuginfo().variableDebugInfo) { in GenVariablesDebugInfo()