Home
last modified time | relevance | path

Searched refs:methodList (Results 1 – 4 of 4) 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()
104 auto &methodList = bytecodeInfo_.GetMethodList(); in Run() local
114 auto &methodInfo = methodList.at(compilingMethod); in Run()
148 auto &methodList = bytecodeInfo_.GetMethodList(); in AddResolvedMethod() local
149 auto &methodInfo = methodList.at(resolvedMethod); in AddResolvedMethod()
182 auto &methodList = bytecodeInfo_.GetMethodList(); in AddDependList() local
189 auto &methodInfo = methodList.at(methodOffset); in AddDependList()
209 auto &methodList = bytecodeInfo_.GetMethodList(); in VerifyAndMarkCurMethod() local
210 auto iter = methodList.find(methodOffset); in VerifyAndMarkCurMethod()
[all …]
Dbytecode_info_collector.cpp181 auto &methodList = bytecodeInfo_.GetMethodList(); in CollectInnerFuncType() local
183 auto methodIter = methodList.find(methodId); in CollectInnerFuncType()
184 if (methodIter == methodList.end()) { in CollectInnerFuncType()
278 auto &methodList = bytecodeInfo_.GetMethodList(); in SetMethodPcInfoIndex() local
283 auto processedIter = methodList.find(processedMethodOffset); in SetMethodPcInfoIndex()
284 if (processedIter != methodList.end()) { in SetMethodPcInfoIndex()
291 auto iter = methodList.find(methodOffset); in SetMethodPcInfoIndex()
292 if (iter != methodList.end()) { in SetMethodPcInfoIndex()
304 methodList.emplace(methodOffset, info); in SetMethodPcInfoIndex()
317 auto &methodList = bytecodeInfo_.GetMethodList(); in CollectInnerMethods() local
[all …]
Dtype_recorder.cpp71 const auto &methodList = typeParser.GetMethodList(); in LoadTypes() local
72 auto methodIter = methodList.find(methodOffset); in LoadTypes()
73 if (methodIter != methodList.end()) { in LoadTypes()
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
Dglobal_type_infer.cpp58 auto &methodList = bcInfo_.GetMethodList(); in NewTypeInfer() local
59 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()