Searched refs:methodList (Results 1 – 7 of 7) sorted by relevance
52 const auto &methodList = bytecodeInfo_.GetMethodList(); in UpdateCompileQueue() local53 auto &resolvedMethodInfo = methodList.at(resolvedMethod.GetOffset()); in UpdateCompileQueue()105 auto &methodList = bytecodeInfo_.GetMethodList(); in Run() local115 auto &methodInfo = methodList.at(compilingMethod); in Run()150 auto &methodList = bytecodeInfo_.GetMethodList(); in AddResolvedMethod() local151 auto &methodInfo = methodList.at(resolvedMethod); in AddResolvedMethod()184 auto &methodList = bytecodeInfo_.GetMethodList(); in AddDependList() local191 auto &methodInfo = methodList.at(methodOffset); in AddDependList()211 auto &methodList = bytecodeInfo_.GetMethodList(); in VerifyAndMarkCurMethod() local212 auto iter = methodList.find(methodOffset); in VerifyAndMarkCurMethod()[all …]
255 auto &methodList = bytecodeInfo_.GetMethodList(); in CollectInnerFuncType() local257 auto methodIter = methodList.find(methodId); in CollectInnerFuncType()258 if (methodIter == methodList.end()) { in CollectInnerFuncType()356 auto &methodList = bytecodeInfo_.GetMethodList(); in SetMethodPcInfoIndex() local361 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 …]
209 auto &methodList = bytecodeInfo.GetMethodList(); in GenerateGlobalTypes() local210 for (const auto &method : methodList) { in GenerateGlobalTypes()215 auto &methodInfo = methodList.at(methodOffset); in GenerateGlobalTypes()
74 const auto &methodList = typeParser.GetMethodList(); in LoadTypes() local75 auto methodIter = methodList.find(methodOffset); in LoadTypes()76 if (methodIter != methodList.end()) { in LoadTypes()
266 auto &methodList = bytecodeInfo_.GetMethodList(); in StoreConstantPoolInfo() local267 for (auto &x : methodList) { in StoreConstantPoolInfo()
739 auto &methodList = bytecodeInfo_.GetMethodList(); in IterateAllMethods() local740 for (const auto &method : methodList) { in IterateAllMethods()
59 auto &methodList = bcInfo_.GetMethodList(); in NewTypeInfer() local60 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()