Home
last modified time | relevance | path

Searched refs:AOTFileExist (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
H A Daot_file_manager.h167 static bool AOTFileExist(const std::string &aotFileName, const std::string &extension);
H A Daot_file_manager.cpp73 bool AOTFileManager::AOTFileExist(const std::string &aotFileName, const std::string &extension) in AOTFileExist() function in panda::ecmascript::AOTFileManager
/arkcompiler/ets_runtime/ecmascript/
H A Decma_vm.cpp219 if (AOTFileManager::AOTFileExist(aotFileName, AOTFileManager::FILE_EXTENSION_AN) || in DisablePGOProfilerWithAOTFile()
220 AOTFileManager::AOTFileExist(aotFileName, AOTFileManager::FILE_EXTENSION_AI)) { in DisablePGOProfilerWithAOTFile()

Completed in 4 milliseconds