Home
last modified time | relevance | path

Searched refs:patchMethodLiterals (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/patch/
Dpatch_loader.cpp304 …onst CMap<CString, CMap<CString, MethodLiteral*>> &patchMethodLiterals = patchInfo.patchMethodLite… in FindSameMethod() local
306 auto recordIter = patchMethodLiterals.find(baseRecordName); in FindSameMethod()
307 if (recordIter == patchMethodLiterals.end()) { in FindSameMethod()
356 patchInfo.patchMethodLiterals = std::move(methodLiterals); in GeneratePatchInfo()
Dpatch_loader.h52 CMap<CString, CMap<CString, MethodLiteral*>> patchMethodLiterals; member
Dquick_fix_manager.cpp219 CUnorderedMap<uint32_t, MethodLiteral *> patchMethodLiterals = patchFile->GetMethodLiteralMap(); in IsQuickFixCausedException() local
220 for (const auto &item : patchMethodLiterals) { in IsQuickFixCausedException()