Searched refs:methodList (Results 1 – 4 of 4) sorted by relevance
52 const auto &methodList = bytecodeInfo_.GetMethodList(); in UpdateCompileQueue() local53 auto &resolvedMethodInfo = methodList.at(resolvedMethod.GetOffset()); in UpdateCompileQueue()104 auto &methodList = bytecodeInfo_.GetMethodList(); in Run() local114 auto &methodInfo = methodList.at(compilingMethod); in Run()148 auto &methodList = bytecodeInfo_.GetMethodList(); in AddResolvedMethod() local149 auto &methodInfo = methodList.at(resolvedMethod); in AddResolvedMethod()182 auto &methodList = bytecodeInfo_.GetMethodList(); in AddDependList() local189 auto &methodInfo = methodList.at(methodOffset); in AddDependList()209 auto &methodList = bytecodeInfo_.GetMethodList(); in VerifyAndMarkCurMethod() local210 auto iter = methodList.find(methodOffset); in VerifyAndMarkCurMethod()[all …]
181 auto &methodList = bytecodeInfo_.GetMethodList(); in CollectInnerFuncType() local183 auto methodIter = methodList.find(methodId); in CollectInnerFuncType()184 if (methodIter == methodList.end()) { in CollectInnerFuncType()278 auto &methodList = bytecodeInfo_.GetMethodList(); in SetMethodPcInfoIndex() local283 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 …]
71 const auto &methodList = typeParser.GetMethodList(); in LoadTypes() local72 auto methodIter = methodList.find(methodOffset); in LoadTypes()73 if (methodIter != methodList.end()) { in LoadTypes()
58 auto &methodList = bcInfo_.GetMethodList(); in NewTypeInfer() local59 MethodInfo &methodInfo = methodList.at(methodOffset); in NewTypeInfer()86 auto &methodList = bcInfo_.GetMethodList(); in CollectNamespaceMethod() local87 MethodInfo &methodInfo = methodList.at(methodOffset); in CollectNamespaceMethod()91 MethodInfo &innerMethodInfo = methodList.at(innerMethods[i]); in CollectNamespaceMethod()113 auto &methodList = bcInfo_.GetMethodList(); in ProcessTypeInference() local114 MethodInfo &methodInfo = methodList.at(methodOffset_); in ProcessTypeInference()