Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Daot_file_manager.cpp183 …_t aotFileInfoIndex = anFileDataManager->SafeGetFileInfoIndex(aotFileBaseName + FILE_EXTENSION_AN); in BindPandaFilesInAotFile()
211 std::string anFileName = baseName + FILE_EXTENSION_AN; in GetAnFileIndex()
220 std::string anFileName = hapName + FILE_EXTENSION_AN; in GetAnFileIndex()
404 … uint32_t anFileInfoIndex = anFileDataManager->SafeGetFileInfoIndex(baseName + FILE_EXTENSION_AN); in ParseDeserializedData()
Daot_file_manager.h149 static constexpr char FILE_EXTENSION_AN[] = ".an"; variable
/arkcompiler/ets_runtime/ecmascript/compiler/
Daot_compiler.cpp161 … generator.SaveAOTFile(cOptions.outputFileName_ + AOTFileManager::FILE_EXTENSION_AN, appSignature); in Main()
/arkcompiler/ets_runtime/ecmascript/
Decma_context.cpp898 std::string anFile = aotFileName + AOTFileManager::FILE_EXTENSION_AN; in LoadAOTFiles()