Searched refs:methodIter (Results 1 – 4 of 4) sorted by relevance
72 auto methodIter = methodList.find(methodOffset); in LoadTypes() local73 if (methodIter != methodList.end()) { in LoadTypes()74 const auto &methodInfo = methodIter->second; in LoadTypes()
183 auto methodIter = methodList.find(methodId); in CollectInnerFuncType() local184 if (methodIter == methodList.end()) { in CollectInnerFuncType()190 methodIter->second.AddBcToTypeId(bcIndex, innerFuncType); in CollectInnerFuncType()319 auto methodIter = methodList.find(methodId); in CollectInnerMethods() local320 if (methodIter != methodList.end()) { in CollectInnerMethods()321 MethodInfo &methodInfo = methodIter->second; in CollectInnerMethods()
312 auto methodIter = recordIter->second.find(baseMethodName); in FindSameMethod() local313 if (methodIter == recordIter->second.end()) { in FindSameMethod()318 return methodIter->second; in FindSameMethod()
952 auto methodIter = methodMap_.find(checksum); in GetOrCreateMethodInfo() local953 if (methodIter == methodMap_.end()) { in GetOrCreateMethodInfo()956 methodIter = ret.first; in GetOrCreateMethodInfo()958 return methodIter->second; in GetOrCreateMethodInfo()