Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/jspandafile/
Djs_pandafile.h62 static constexpr char PATCH_FUNCTION_NAME_0[] = "patch_main_0"; variable
336 return (name == PATCH_FUNCTION_NAME_0) || (name == ENTRY_FUNCTION_NAME); in IsEntryOrPatch()
/arkcompiler/ets_runtime/ecmascript/patch/
Dpatch_loader.cpp88 if (mainMethodName != JSPandaFile::PATCH_FUNCTION_NAME_0) { in ExecutePatchMain()
339 methodName == JSPandaFile::PATCH_FUNCTION_NAME_0 || in GeneratePatchInfo()