Searched refs:patchMethodLiterals (Results 1 – 3 of 3) sorted by relevance
328 …onst CUnorderedMap<PatchMethodIndex, MethodLiteral*, PatchMethodIndex::Hash> &patchMethodLiterals = in FindSameMethod() local329 patchInfo.patchMethodLiterals; in FindSameMethod()338 auto methodIter = patchMethodLiterals.find(patchMethodIndex); in FindSameMethod()339 if (methodIter == patchMethodLiterals.end()) { in FindSameMethod()362 CUnorderedMap<PatchMethodIndex, MethodLiteral*, PatchMethodIndex::Hash> patchMethodLiterals; in GeneratePatchInfo() local385 if (patchMethodLiterals.find(patchMethodIndex) == patchMethodLiterals.end()) { in GeneratePatchInfo()386 patchMethodLiterals.emplace(patchMethodIndex, methodLiteral); in GeneratePatchInfo()391 patchInfo.patchMethodLiterals = std::move(patchMethodLiterals); in GeneratePatchInfo()
246 CUnorderedMap<uint32_t, MethodLiteral *> patchMethodLiterals = patchFile->GetMethodLiteralMap(); in IsQuickFixCausedException() local247 for (const auto &item : patchMethodLiterals) { in IsQuickFixCausedException()
75 CUnorderedMap<PatchMethodIndex, MethodLiteral*, PatchMethodIndex::Hash> patchMethodLiterals; member