Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dquick_fix_manager.cpp135 const char *patchMethodName = MethodLiteral::GetMethodName(patchFile, methodId); in IsQuickFixCausedException() local
136 if (std::strcmp(patchMethodName, JSPandaFile::ENTRY_FUNCTION_NAME) != 0 && in IsQuickFixCausedException()
137 methodNames.find(CString(patchMethodName)) != methodNames.end()) { in IsQuickFixCausedException()
Dquick_fix_loader.cpp248 const char *patchMethodName = MethodLiteral::GetMethodName(patchFile, methodId); in ReplaceMethod() local
250 if (std::strcmp(patchMethodName, JSPandaFile::ENTRY_FUNCTION_NAME) == 0 || in ReplaceMethod()
251 std::strcmp(patchMethodName, JSPandaFile::PATCH_FUNCTION_NAME_0) == 0 || in ReplaceMethod()
252 std::strcmp(patchMethodName, JSPandaFile::PATCH_FUNCTION_NAME_1) == 0) { in ReplaceMethod()
274 if (std::strcmp(patchMethodName, baseMethod->GetMethodName()) != 0) { in ReplaceMethod()
289 … LOG_ECMA(INFO) << "Replace class method: " << patchRecordName << ":" << patchMethodName; in ReplaceMethod()
300 if (std::strcmp(patchMethodName, baseMethod->GetMethodName()) != 0) { in ReplaceMethod()
315 … LOG_ECMA(INFO) << "Replace normal method: " << patchRecordName << ":" << patchMethodName; in ReplaceMethod()