Home
last modified time | relevance | path

Searched refs:methodList (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dcompilation_driver.h52 const auto &methodList = bytecodeInfo_.GetMethodList(); in UpdateCompileQueue() local
53 auto &resolvedMethodInfo = methodList.at(resolvedMethod.GetOffset()); in UpdateCompileQueue()
105 auto &methodList = bytecodeInfo_.GetMethodList(); in Run() local
115 auto &methodInfo = methodList.at(compilingMethod); in Run()
150 auto &methodList = bytecodeInfo_.GetMethodList(); in AddResolvedMethod() local
151 auto &methodInfo = methodList.at(resolvedMethod); in AddResolvedMethod()
184 auto &methodList = bytecodeInfo_.GetMethodList(); in AddDependList() local
191 auto &methodInfo = methodList.at(methodOffset); in AddDependList()
211 auto &methodList = bytecodeInfo_.GetMethodList(); in VerifyAndMarkCurMethod() local
212 auto iter = methodList.find(methodOffset); in VerifyAndMarkCurMethod()
[all …]
Dbytecode_info_collector.cpp255 auto &methodList = bytecodeInfo_.GetMethodList(); in CollectInnerFuncType() local
257 auto methodIter = methodList.find(methodId); in CollectInnerFuncType()
258 if (methodIter == methodList.end()) { in CollectInnerFuncType()
356 auto &methodList = bytecodeInfo_.GetMethodList(); in SetMethodPcInfoIndex() local
361 auto processedIter = methodList.find(processedMethodOffset); in SetMethodPcInfoIndex()
362 if (processedIter != methodList.end()) { in SetMethodPcInfoIndex()
369 auto iter = methodList.find(methodOffset); in SetMethodPcInfoIndex()
370 if (iter != methodList.end()) { in SetMethodPcInfoIndex()
382 methodList.emplace(methodOffset, info); in SetMethodPcInfoIndex()
395 auto &methodList = bytecodeInfo_.GetMethodList(); in CollectInnerMethods() local
[all …]
Daot_compiler_preprocessor.cpp209 auto &methodList = bytecodeInfo.GetMethodList(); in GenerateGlobalTypes() local
210 for (const auto &method : methodList) { in GenerateGlobalTypes()
215 auto &methodInfo = methodList.at(methodOffset); in GenerateGlobalTypes()
Dtype_recorder.cpp74 const auto &methodList = typeParser.GetMethodList(); in LoadTypes() local
75 auto methodIter = methodList.find(methodOffset); in LoadTypes()
76 if (methodIter != methodList.end()) { in LoadTypes()
Dcompilation_driver.cpp266 auto &methodList = bytecodeInfo_.GetMethodList(); in StoreConstantPoolInfo() local
267 for (auto &x : methodList) { in StoreConstantPoolInfo()
Dbytecode_info_collector.h739 auto &methodList = bytecodeInfo_.GetMethodList(); in IterateAllMethods() local
740 for (const auto &method : methodList) { in IterateAllMethods()
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
Dglobal_type_infer.cpp59 auto &methodList = bcInfo_.GetMethodList(); in NewTypeInfer() local
60 MethodInfo &methodInfo = methodList.at(methodOffset); in NewTypeInfer()
86 auto &methodList = bcInfo_.GetMethodList(); in CollectNamespaceMethod() local
87 MethodInfo &methodInfo = methodList.at(methodOffset); in CollectNamespaceMethod()
91 MethodInfo &innerMethodInfo = methodList.at(innerMethods[i]); in CollectNamespaceMethod()
113 auto &methodList = bcInfo_.GetMethodList(); in ProcessTypeInference() local
114 MethodInfo &methodInfo = methodList.at(methodOffset_); in ProcessTypeInference()