Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/jspandafile/
H A Dscope_info_extractor.cpp44 auto *scopeDebugInfo = ecmaVm->GetNativeAreaAllocator()->New<ScopeDebugInfo>(); in GenerateScopeInfo() local
45 if (scopeDebugInfo == nullptr) { in GenerateScopeInfo()
55 scopeDebugInfo->scopeInfo.emplace(name, slot); in GenerateScopeInfo()
59 scopeDebugInfo, NativeAreaAllocator::FreeObjectFunc<ScopeDebugInfo>, ecmaVm->GetNativeAreaAllocator()); in GenerateScopeInfo()
/arkcompiler/ets_runtime/ecmascript/debugger/
H A Ddebugger_api.cpp367 ScopeDebugInfo *scopeDebugInfo = reinterpret_cast<ScopeDebugInfo *>(result); in GetLevelSlot() local
368 auto iter = scopeDebugInfo->scopeInfo.find(name.data()); in GetLevelSlot()
369 if (iter == scopeDebugInfo->scopeInfo.end()) { in GetLevelSlot()
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs-inl.h3079 auto *scopeDebugInfo = ecmaVm->GetNativeAreaAllocator()->New<ScopeDebugInfo>();
3080 if (scopeDebugInfo == nullptr) {
3090 scopeDebugInfo->scopeInfo.emplace(name, slot);
3094 scopeDebugInfo, NativeAreaAllocator::FreeObjectFunc<ScopeDebugInfo>, ecmaVm->GetNativeAreaAllocator());
/arkcompiler/toolchain/tooling/agent/
H A Ddebugger_impl.cpp1836 ScopeDebugInfo *scopeDebugInfo = reinterpret_cast<ScopeDebugInfo *>(result); in GetClosureScopeChains() local
1840 for (const auto &[name, slot] : scopeDebugInfo->scopeInfo) { in GetClosureScopeChains()

Completed in 13 milliseconds