Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Daot_compiler.cpp197 …if (!generator.CreateAOTCodeCommentFile(cOptions.outputFileName_ + AOTFileManager::FILE_EXTENSION_… in Main()
Dfile_generators.h236 bool PUBLIC_API CreateAOTCodeCommentFile(const std::string &filename);
Dfile_generators.cpp842 bool AOTFileGenerator::CreateAOTCodeCommentFile(const std::string &filename) in CreateAOTCodeCommentFile() function in panda::ecmascript::kungfu::AOTFileGenerator