Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/compiler/core/
H A DregScope.cpp70 auto *debugInfo = &pg_->debugInfo_.variableDebugInfo; in LocalRegScope()
120 pg_->debugInfo_.variableDebugInfo.push_back(funcScope); in FunctionRegScope()
H A Dpandagen.h70 explicit DebugInfo(ArenaAllocator *allocator) : variableDebugInfo(allocator->Adapter()) {}; in DebugInfo()
75 ArenaVector<const binder::Scope *> variableDebugInfo; member in panda::es2panda::compiler::DebugInfo
/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/
H A Demitter.cpp567 for (const auto *scope : pg_->Debuginfo().variableDebugInfo) { in GenVariablesDebugInfo()

Completed in 4 milliseconds