Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Daot_file_manager.h131 static bool LoadAnFile(const std::string &fileName);
Daot_file_manager.cpp69 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/ets_runtime/ecmascript/
Decma_context.cpp762 if (!aotFileManager_->LoadAnFile(anFile)) { in LoadAOTFiles()