Searched refs:variableDebugInfo (Results 1 – 3 of 3) sorted by relevance
64 pg_->debugInfo_.variableDebugInfo.push_back(pg_->scope_); in LocalRegScope()111 pg_->debugInfo_.variableDebugInfo.push_back(funcScope); in FunctionRegScope()
68 explicit DebugInfo(ArenaAllocator *allocator) : variableDebugInfo(allocator->Adapter()) {}; in DebugInfo()73 ArenaVector<const binder::Scope *> variableDebugInfo; variable
298 for (const auto *scope : pg_->Debuginfo().variableDebugInfo) { in GenVariablesDebugInfo()