Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/patch/
Dquick_fix_manager.cpp223 const char *patchMethodName = MethodLiteral::GetMethodName(patchFile.get(), methodId); in IsQuickFixCausedException() local
224 if (std::strcmp(patchMethodName, JSPandaFile::ENTRY_FUNCTION_NAME) != 0 && in IsQuickFixCausedException()
225 methodNames.find(CString(patchMethodName)) != methodNames.end()) { in IsQuickFixCausedException()