Searched refs:patchMethodName (Results 1 – 1 of 1) sorted by relevance
250 const char *patchMethodName = MethodLiteral::GetMethodName(patchFile.get(), methodId); in IsQuickFixCausedException() local251 if (std::strcmp(patchMethodName, JSPandaFile::ENTRY_FUNCTION_NAME) != 0 && in IsQuickFixCausedException()252 methodNames.find(CString(patchMethodName)) != methodNames.end()) { in IsQuickFixCausedException()