Searched refs:patchMethodLiterals (Results 1 – 3 of 3) sorted by relevance
433 …onst CUnorderedMap<PatchMethodIndex, MethodLiteral*, PatchMethodIndex::Hash> &patchMethodLiterals = in FindSameMethod() local434 patchInfo.patchMethodLiterals; in FindSameMethod()446 auto methodIter = patchMethodLiterals.find(patchMethodIndex); in FindSameMethod()447 if (methodIter == patchMethodLiterals.end()) { in FindSameMethod()471 CUnorderedMap<PatchMethodIndex, MethodLiteral*, PatchMethodIndex::Hash> patchMethodLiterals; in GeneratePatchInfo() local494 if (patchMethodLiterals.find(patchMethodIndex) == patchMethodLiterals.end()) { in GeneratePatchInfo()495 patchMethodLiterals.emplace(patchMethodIndex, methodLiteral); in GeneratePatchInfo()500 patchInfo.patchMethodLiterals = std::move(patchMethodLiterals); in GeneratePatchInfo()
254 …std::unordered_map<uint32_t, MethodLiteral *> patchMethodLiterals = patchFile->GetMethodLiteralMap… in IsQuickFixCausedException() local255 for (const auto &item : patchMethodLiterals) { in IsQuickFixCausedException()
93 CUnorderedMap<PatchMethodIndex, MethodLiteral*, PatchMethodIndex::Hash> patchMethodLiterals; member