Searched refs:patchMethodLiterals (Results 1 – 3 of 3) sorted by relevance
409 …onst CUnorderedMap<PatchMethodIndex, MethodLiteral*, PatchMethodIndex::Hash> &patchMethodLiterals = in FindSameMethod() local410 patchInfo.patchMethodLiterals; in FindSameMethod()422 auto methodIter = patchMethodLiterals.find(patchMethodIndex); in FindSameMethod()423 if (methodIter == patchMethodLiterals.end()) { in FindSameMethod()447 CUnorderedMap<PatchMethodIndex, MethodLiteral*, PatchMethodIndex::Hash> patchMethodLiterals; in GeneratePatchInfo() local470 if (patchMethodLiterals.find(patchMethodIndex) == patchMethodLiterals.end()) { in GeneratePatchInfo()471 patchMethodLiterals.emplace(patchMethodIndex, methodLiteral); in GeneratePatchInfo()476 patchInfo.patchMethodLiterals = std::move(patchMethodLiterals); in GeneratePatchInfo()
252 …std::unordered_map<uint32_t, MethodLiteral *> patchMethodLiterals = patchFile->GetMethodLiteralMap… in IsQuickFixCausedException() local253 for (const auto &item : patchMethodLiterals) { in IsQuickFixCausedException()
76 CUnorderedMap<PatchMethodIndex, MethodLiteral*, PatchMethodIndex::Hash> patchMethodLiterals; member