Searched defs:aotFileName (Results 1 – 6 of 6) sorted by relevance
43 std::string aotFileName = value; in JSNApiLoadAotFileFuzztest() local
36 std::string aotFileName = ""; in GetPreloadAOTFileName() local
72 void ETSAni::LoadAotFileForApp(std::string const &aotFileName) in LoadAotFileForApp()
281 void EcmaVM::DisablePGOProfilerWithAOTFile(const std::string &aotFileName) in DisablePGOProfilerWithAOTFile()1125 bool EcmaVM::LoadAOTFilesInternal(const std::string& aotFileName) in LoadAOTFilesInternal()1149 bool EcmaVM::LoadAOTFiles(const std::string& aotFileName) in LoadAOTFiles()1154 bool EcmaVM::LoadAOTFiles(const std::string& aotFileName, in LoadAOTFiles()
69 bool AOTFileManager::AOTFileExist(const std::string &aotFileName, const std::string &extension) in AOTFileExist()
5530 std::string aotFileName = ecmascript::AOTFileManager::GetAOTFileFullPath(vm, moduleName); in LoadAotFile() local5550 std::string aotFileName = ecmascript::AOTFileManager::GetAOTFileFullPath(vm, moduleName); in LoadAotFile() local