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.cpp153 std::string anFileName = baseName + FILE_EXTENSION_AN; in GetAnFileIndex()
162 std::string anFileName = hapName + FILE_EXTENSION_AN; in GetAnFileIndex()
327 … uint32_t anFileInfoIndex = anFileDataManager->SafeGetFileInfoIndex(baseName + FILE_EXTENSION_AN); in AddConstantPool()
Daot_file_manager.h126 static constexpr char FILE_EXTENSION_AN[] = ".an"; variable
/arkcompiler/ets_runtime/ecmascript/compiler/
Daot_compiler.cpp196 generator.SaveAOTFile(outputFileName + AOTFileManager::FILE_EXTENSION_AN); in Main()
/arkcompiler/ets_runtime/ecmascript/
Decma_context.cpp761 std::string anFile = aotFileName + AOTFileManager::FILE_EXTENSION_AN; in LoadAOTFiles()