Searched refs:AOTFileManager (Results 1 - 15 of 15) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/aot_file/ |
| H A D | aot_file_manager.cpp | 32 JsAotReaderCallback AOTFileManager::jsAotReader_ = nullptr; 48 void AOTFileManager::Iterate(const RootVisitor &v) in Iterate() 62 void AOTFileManager::SetJsAotReader(JsAotReaderCallback cb) in SetJsAotReader() 67 JsAotReaderCallback AOTFileManager::GetJsAotReader() in GetJsAotReader() 73 bool AOTFileManager::AOTFileExist(const std::string &aotFileName, const std::string &extension) in AOTFileExist() 83 void AOTFileManager::DumpAOTInfo() in DumpAOTInfo() 89 void AOTFileManager::LoadStubFile(const std::string &fileName) in LoadStubFile() 100 bool AOTFileManager::LoadAnFile(const std::string &fileName) in LoadAnFile() 110 bool AOTFileManager::LoadAiFile([[maybe_unused]] const std::string &filename) in LoadAiFile() 124 bool AOTFileManager 597 AOTFileManager::AOTFileManager(EcmaVM *vm) : vm_(vm), factory_(vm->GetFactory()) AOTFileManager() function in panda::ecmascript::AOTFileManager [all...] |
| H A D | aot_file_manager.h | 148 class AOTFileManager { class 150 explicit AOTFileManager(EcmaVM* vm); 151 virtual ~AOTFileManager();
|
| /arkcompiler/ets_runtime/ecmascript/ohos/ |
| H A D | ohos_preload_app_info.h | 59 std::string anFile = aotFileName + AOTFileManager::FILE_EXTENSION_AN; in GetPreloadAOTFileName() 60 std::string aiFile = aotFileName + AOTFileManager::FILE_EXTENSION_AI; in GetPreloadAOTFileName()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | aot_compiler.cpp | 165 cOptions.outputFileName_ + AOTFileManager::FILE_EXTENSION_AN, appSignature, true); in Main() 167 cOptions.outputFileName_ + AOTFileManager::FILE_EXTENSION_AI, appSignature, false); in Main() 223 if (!generator.SaveAOTFile(cOptions.outputFileName_ + AOTFileManager::FILE_EXTENSION_AN, appSignature)) { in Main()
|
| H A D | aot_compiler_preprocessor.cpp | 511 std::string aiFileName = fileName + AOTFileManager::FILE_EXTENSION_AI; in HasPreloadAotFile() 512 std::string anFileName = fileName + AOTFileManager::FILE_EXTENSION_AN; in HasPreloadAotFile() 520 std::string anFileName = cOptions.outputFileName_ + AOTFileManager::FILE_EXTENSION_AN; in HasExistsAOTFiles() 521 std::string aiFileName = cOptions.outputFileName_ + AOTFileManager::FILE_EXTENSION_AI; in HasExistsAOTFiles()
|
| H A D | file_generators.cpp | 134 AOTFileManager::STUB_FILE_INDEX, moduleIndex, delta, funcSize, info); in CollectFuncEntryInfo() 364 AOTFileManager::STUB_FILE_INDEX, bridgeModuleIdx, 0, funSize); in CollectAsmStubCodeInfo() 794 CString aiPath = snapshotPath + AOTFileManager::FILE_EXTENSION_AI; in SaveSnapshotFile()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | ecma_vm.cpp | 57 AOTFileManager *JsStackInfo::loader = nullptr; 219 if (AOTFileManager::AOTFileExist(aotFileName, AOTFileManager::FILE_EXTENSION_AN) || in DisablePGOProfilerWithAOTFile() 220 AOTFileManager::AOTFileExist(aotFileName, AOTFileManager::FILE_EXTENSION_AI)) { in DisablePGOProfilerWithAOTFile() 279 aotFileManager_ = new AOTFileManager(this); in Initialize()
|
| H A D | ecma_context.h | 63 class AOTFileManager; 704 AOTFileManager *aotFileManager_ {nullptr}; 787 friend class AOTFileManager;
|
| H A D | ecma_vm.h | 88 class AOTFileManager; 667 AOTFileManager *GetAOTFileManager() const in GetAOTFileManager() 910 AOTFileManager *aotFileManager_ {nullptr};
|
| H A D | ecma_context.cpp | 1124 std::string anFile = aotFileName + AOTFileManager::FILE_EXTENSION_AN; in LoadAOTFilesInternal() 1131 std::string aiFile = aotFileName + AOTFileManager::FILE_EXTENSION_AI; in LoadAOTFilesInternal()
|
| /arkcompiler/ets_runtime/ecmascript/snapshot/mem/ |
| H A D | snapshot_processor.h | 33 class AOTFileManager;
|
| H A D | snapshot_processor.cpp | 1425 AOTFileManager *aotFileManager = vm_->GetAOTFileManager(); in AddRootObjectToAOTFileManager()
|
| /arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/ |
| H A D | js_stackinfo.h | 186 static AOTFileManager *loader;
|
| /arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/ |
| H A D | cpu_profiler.cpp | 513 AOTFileManager *loader = vm_->GetAOTFileManager(); in IsAddrAtStubOrAot()
|
| /arkcompiler/ets_runtime/ecmascript/module/ |
| H A D | js_module_manager.cpp | 482 if (!AOTFileManager::GetAbsolutePath(referencingModule, moduleFileName)) { in HostResolveImportedModule()
|
Completed in 17 milliseconds