Home
last modified time | relevance | path

Searched refs:scopeDebugInfo (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dscope_info_extractor.cpp45 auto *scopeDebugInfo = ecmaVm->GetNativeAreaAllocator()->New<ScopeDebugInfo>(); in GenerateScopeInfo() local
46 if (scopeDebugInfo == nullptr) { in GenerateScopeInfo()
56 scopeDebugInfo->scopeInfo.emplace(name, slot); in GenerateScopeInfo()
60scopeDebugInfo, NativeAreaAllocator::FreeObjectFunc<ScopeDebugInfo>, ecmaVm->GetNativeAreaAllocato… in GenerateScopeInfo()
/arkcompiler/ets_runtime/ecmascript/debugger/
Ddebugger_api.cpp353 ScopeDebugInfo *scopeDebugInfo = reinterpret_cast<ScopeDebugInfo *>(result); in GetLevelSlot() local
354 auto iter = scopeDebugInfo->scopeInfo.find(name.data()); in GetLevelSlot()
355 if (iter == scopeDebugInfo->scopeInfo.end()) { in GetLevelSlot()
/arkcompiler/toolchain/tooling/agent/
Ddebugger_impl.cpp1540 ScopeDebugInfo *scopeDebugInfo = reinterpret_cast<ScopeDebugInfo *>(result); in GetClosureScopeChains() local
1544 for (const auto &[name, slot] : scopeDebugInfo->scopeInfo) { in GetClosureScopeChains()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h2834 auto *scopeDebugInfo = ecmaVm->GetNativeAreaAllocator()->New<ScopeDebugInfo>(); in RuntimeOptGenerateScopeInfo() local
2835 if (scopeDebugInfo == nullptr) { in RuntimeOptGenerateScopeInfo()
2845 scopeDebugInfo->scopeInfo.emplace(name, slot); in RuntimeOptGenerateScopeInfo()
2849scopeDebugInfo, NativeAreaAllocator::FreeObjectFunc<ScopeDebugInfo>, ecmaVm->GetNativeAreaAllocato… in RuntimeOptGenerateScopeInfo()