Home
last modified time | relevance | path

Searched defs:aotFileName (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/test/fuzztest/jsnapiloadaotfile_fuzzer/
Djsnapiloadaotfile_fuzzer.cpp43 std::string aotFileName = value; in JSNApiLoadAotFileFuzztest() local
/arkcompiler/ets_runtime/ecmascript/ohos/
Dohos_preload_app_info.h36 std::string aotFileName = ""; in GetPreloadAOTFileName() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/integrate/
Dets_ani_expo.cpp72 void ETSAni::LoadAotFileForApp(std::string const &aotFileName) in LoadAotFileForApp()
/arkcompiler/ets_runtime/ecmascript/
Decma_vm.cpp281 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()
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Daot_file_manager.cpp69 bool AOTFileManager::AOTFileExist(const std::string &aotFileName, const std::string &extension) in AOTFileExist()
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp5530 std::string aotFileName = ecmascript::AOTFileManager::GetAOTFileFullPath(vm, moduleName); in LoadAotFile() local
5550 std::string aotFileName = ecmascript::AOTFileManager::GetAOTFileFullPath(vm, moduleName); in LoadAotFile() local