Searched refs:patchMethodName (Results 1 – 2 of 2) sorted by relevance
135 const char *patchMethodName = MethodLiteral::GetMethodName(patchFile, methodId); in IsQuickFixCausedException() local136 if (std::strcmp(patchMethodName, JSPandaFile::ENTRY_FUNCTION_NAME) != 0 && in IsQuickFixCausedException()137 methodNames.find(CString(patchMethodName)) != methodNames.end()) { in IsQuickFixCausedException()
248 const char *patchMethodName = MethodLiteral::GetMethodName(patchFile, methodId); in ReplaceMethod() local250 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()