Home
last modified time | relevance | path

Searched refs:scopeInfos (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/toolchain/tooling/client/manager/
H A Dstack_manager.cpp42 std::map<int32_t, std::map<int32_t, std::string>> scopeInfos; in GetScopeChainInfo() local
46 scopeInfos[callFramId][scope->GetObject()->GetObjectId()] = scope->GetType(); in GetScopeChainInfo()
49 return scopeInfos; in GetScopeChainInfo()
57 void StackManager::PrintScopeChainInfo(const std::map<int32_t, std::map<int32_t, std::string>>& scopeInfos) in PrintScopeChainInfo() argument
59 for (const auto& [callFrameId, scopes] : scopeInfos) { in PrintScopeChainInfo()
H A Dstack_manager.h39 void PrintScopeChainInfo(const std::map<int32_t, std::map<int32_t, std::string>>& scopeInfos);

Completed in 1 milliseconds