Lines Matching defs:patchMethodLiterals
432 const CUnorderedMap<PatchMethodIndex, MethodLiteral*, PatchMethodIndex::Hash> &patchMethodLiterals =
433 patchInfo.patchMethodLiterals;
445 auto methodIter = patchMethodLiterals.find(patchMethodIndex);
446 if (methodIter == patchMethodLiterals.end()) {
470 CUnorderedMap<PatchMethodIndex, MethodLiteral*, PatchMethodIndex::Hash> patchMethodLiterals;
493 if (patchMethodLiterals.find(patchMethodIndex) == patchMethodLiterals.end()) {
494 patchMethodLiterals.emplace(patchMethodIndex, methodLiteral);
499 patchInfo.patchMethodLiterals = std::move(patchMethodLiterals);