Searched refs:methodIter (Results 1 – 5 of 5) sorted by relevance
75 auto methodIter = methodList.find(methodOffset); in LoadTypes() local76 if (methodIter != methodList.end()) { in LoadTypes()77 const auto &methodInfo = methodIter->second; in LoadTypes()
257 auto methodIter = methodList.find(methodId); in CollectInnerFuncType() local258 if (methodIter == methodList.end()) { in CollectInnerFuncType()264 methodIter->second.AddBcToTypeId(bcIndex, innerFuncType); in CollectInnerFuncType()397 auto methodIter = methodList.find(methodId); in CollectInnerMethods() local398 if (methodIter != methodList.end()) { in CollectInnerMethods()399 MethodInfo &methodInfo = methodIter->second; in CollectInnerMethods()
393 auto methodIter = methodMap_.find(checksum); in GetOrCreateMethodInfo() local394 if (methodIter == methodMap_.end()) { in GetOrCreateMethodInfo()397 methodIter = ret.first; in GetOrCreateMethodInfo()399 return methodIter->second; in GetOrCreateMethodInfo()
338 auto methodIter = patchMethodLiterals.find(patchMethodIndex); in FindSameMethod() local339 if (methodIter == patchMethodLiterals.end()) { in FindSameMethod()345 return methodIter->second; in FindSameMethod()
207 const auto methodIter = progAnn_.methodAnnotations.find(signature); in Serialize() local208 if (methodIter != progAnn_.methodAnnotations.end()) { in Serialize()209 Serialize(*method.metadata, methodIter->second, headerSs); in Serialize()