Home
last modified time | relevance | path

Searched refs:BindPandaFilesInAotFile (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Daot_file_manager.h166 void BindPandaFilesInAotFile(const std::string &aotFileBaseName, const std::string &moduleName);
Daot_file_manager.cpp180 void AOTFileManager::BindPandaFilesInAotFile(const std::string &aotFileBaseName, const std::string … in BindPandaFilesInAotFile() function in panda::ecmascript::AOTFileManager
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Djs_pandafile_executor.cpp253 aotFM->BindPandaFilesInAotFile(aotFileBaseName, aotFileBaseName); in BindPandaFilesForAot()