Searched refs:methodSigStr (Results 1 – 2 of 2) sorted by relevance
110 const std::string methodSigStr = methodName + "_7C" + sigName; in GetMethodSigStr() local111 return methodSigStr; in GetMethodSigStr()158 … std::string methodSigStr = GetMethodSigStr(methodSigItem->methodIdx, methodSigItem->sigIdx); in ParseMethodSignature() local159 metaData.insert(methodSigStr); in ParseMethodSignature()442 bool Profile::CheckMethodSigHot(const std::string &methodSigStr) const in CheckMethodSigHot()448 if (methodSigMeta.find(methodSigStr) == methodSigMeta.end()) { in CheckMethodSigHot()
63 bool CheckMethodSigHot(const std::string &methodSigStr) const;