Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dquick_fix_manager.cpp131 CUnorderedMap<uint32_t, MethodLiteral *> patchMethodLiterals = patchFile->GetMethodLiteralMap(); in IsQuickFixCausedException() local
132 for (const auto &item : patchMethodLiterals) { in IsQuickFixCausedException()
Dquick_fix_loader.cpp241 CUnorderedMap<uint32_t, MethodLiteral *> patchMethodLiterals = patchFile->GetMethodLiteralMap(); in ReplaceMethod() local
245 for (const auto &item : patchMethodLiterals) { in ReplaceMethod()