Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/jspandafile/
Djs_pandafile.h334 static bool IsEntryOrPatch(const CString &name) in IsEntryOrPatch() function
Dpanda_file_translator.cpp68 if (!isUpdateMainMethodIndex && JSPandaFile::IsEntryOrPatch(name)) { in TranslateClasses()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecode_info_collector.cpp97 if (JSPandaFile::IsEntryOrPatch(name)) { in ProcessClasses()