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.cpp44 auto *scopeDebugInfo = ecmaVm->GetNativeAreaAllocator()->New<ScopeDebugInfo>(); in GenerateScopeInfo() local
45 if (scopeDebugInfo == nullptr) { in GenerateScopeInfo()
55 scopeDebugInfo->scopeInfo.emplace(name, slot); in GenerateScopeInfo()
59scopeDebugInfo, NativeAreaAllocator::FreeObjectFunc<ScopeDebugInfo>, ecmaVm->GetNativeAreaAllocato… in GenerateScopeInfo()
/arkcompiler/ets_runtime/ecmascript/debugger/
Ddebugger_api.cpp295 ScopeDebugInfo *scopeDebugInfo = reinterpret_cast<ScopeDebugInfo *>(result); in GetLevelSlot() local
296 auto iter = scopeDebugInfo->scopeInfo.find(name.data()); in GetLevelSlot()
297 if (iter == scopeDebugInfo->scopeInfo.end()) { in GetLevelSlot()
/arkcompiler/toolchain/tooling/agent/
Ddebugger_impl.cpp1290 auto *scopeDebugInfo = reinterpret_cast<ScopeDebugInfo *>(JSNativePointer::Cast( in GetClosureVariables() local
1292 for (const auto &[varName, slot] : scopeDebugInfo->scopeInfo) { in GetClosureVariables()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h2547 auto *scopeDebugInfo = ecmaVm->GetNativeAreaAllocator()->New<ScopeDebugInfo>(); in RuntimeOptGenerateScopeInfo() local
2548 if (scopeDebugInfo == nullptr) { in RuntimeOptGenerateScopeInfo()
2558 scopeDebugInfo->scopeInfo.emplace(name, slot); in RuntimeOptGenerateScopeInfo()
2562scopeDebugInfo, NativeAreaAllocator::FreeObjectFunc<ScopeDebugInfo>, ecmaVm->GetNativeAreaAllocato… in RuntimeOptGenerateScopeInfo()