Home
last modified time | relevance | path

Searched refs:LoadAnFile (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/
Dfile_manager.cpp47 auto res = FileManager::LoadAnFile(anLocation, false); in TryLoadAnFileForLocation()
58 Expected<bool, std::string> FileManager::LoadAnFile(std::string_view anLocation, bool force) in LoadAnFile() function in panda::FileManager
Druntime.cpp787 auto res = FileManager::LoadAnFile(fname, true); in HandleAotOptions()
/arkcompiler/runtime_core/static_core/runtime/include/
Dfile_manager.h31 …PANDA_PUBLIC_API static Expected<bool, std::string> LoadAnFile(std::string_view anLocation, bool f…
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Daot_file_manager.h154 static bool LoadAnFile(const std::string &fileName);
Daot_file_manager.cpp82 bool AOTFileManager::LoadAnFile(const std::string &fileName) in LoadAnFile() function in panda::ecmascript::AOTFileManager
/arkcompiler/runtime_core/compiler/tests/
Daot_test.cpp584 auto res = FileManager::LoadAnFile(tmpfile.c_str()); in TEST_F()
/arkcompiler/runtime_core/static_core/compiler/tests/
Daot_test.cpp599 auto res = FileManager::LoadAnFile(tmpfilePn); in TEST_F()
/arkcompiler/ets_runtime/ecmascript/
Decma_context.cpp899 if (!aotFileManager_->LoadAnFile(anFile)) { in LoadAOTFiles()