Searched refs:scopeDebugInfo (Results 1 – 4 of 4) sorted by relevance
45 auto *scopeDebugInfo = ecmaVm->GetNativeAreaAllocator()->New<ScopeDebugInfo>(); in GenerateScopeInfo() local46 if (scopeDebugInfo == nullptr) { in GenerateScopeInfo()56 scopeDebugInfo->scopeInfo.emplace(name, slot); in GenerateScopeInfo()60 …scopeDebugInfo, NativeAreaAllocator::FreeObjectFunc<ScopeDebugInfo>, ecmaVm->GetNativeAreaAllocato… in GenerateScopeInfo()
353 ScopeDebugInfo *scopeDebugInfo = reinterpret_cast<ScopeDebugInfo *>(result); in GetLevelSlot() local354 auto iter = scopeDebugInfo->scopeInfo.find(name.data()); in GetLevelSlot()355 if (iter == scopeDebugInfo->scopeInfo.end()) { in GetLevelSlot()
1540 ScopeDebugInfo *scopeDebugInfo = reinterpret_cast<ScopeDebugInfo *>(result); in GetClosureScopeChains() local1544 for (const auto &[name, slot] : scopeDebugInfo->scopeInfo) { in GetClosureScopeChains()
2834 auto *scopeDebugInfo = ecmaVm->GetNativeAreaAllocator()->New<ScopeDebugInfo>(); in RuntimeOptGenerateScopeInfo() local2835 if (scopeDebugInfo == nullptr) { in RuntimeOptGenerateScopeInfo()2845 scopeDebugInfo->scopeInfo.emplace(name, slot); in RuntimeOptGenerateScopeInfo()2849 …scopeDebugInfo, NativeAreaAllocator::FreeObjectFunc<ScopeDebugInfo>, ecmaVm->GetNativeAreaAllocato… in RuntimeOptGenerateScopeInfo()