Home
last modified time | relevance | path

Searched refs:AOTFileManager (Results 1 - 15 of 15) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
H A Daot_file_manager.cpp32 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 Daot_file_manager.h148 class AOTFileManager { class
150 explicit AOTFileManager(EcmaVM* vm);
151 virtual ~AOTFileManager();
/arkcompiler/ets_runtime/ecmascript/ohos/
H A Dohos_preload_app_info.h59 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 Daot_compiler.cpp165 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 Daot_compiler_preprocessor.cpp511 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 Dfile_generators.cpp134 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 Decma_vm.cpp57 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 Decma_context.h63 class AOTFileManager;
704 AOTFileManager *aotFileManager_ {nullptr};
787 friend class AOTFileManager;
H A Decma_vm.h88 class AOTFileManager;
667 AOTFileManager *GetAOTFileManager() const in GetAOTFileManager()
910 AOTFileManager *aotFileManager_ {nullptr};
H A Decma_context.cpp1124 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 Dsnapshot_processor.h33 class AOTFileManager;
H A Dsnapshot_processor.cpp1425 AOTFileManager *aotFileManager = vm_->GetAOTFileManager(); in AddRootObjectToAOTFileManager()
/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/
H A Djs_stackinfo.h186 static AOTFileManager *loader;
/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/
H A Dcpu_profiler.cpp513 AOTFileManager *loader = vm_->GetAOTFileManager(); in IsAddrAtStubOrAot()
/arkcompiler/ets_runtime/ecmascript/module/
H A Djs_module_manager.cpp482 if (!AOTFileManager::GetAbsolutePath(referencingModule, moduleFileName)) { in HostResolveImportedModule()

Completed in 17 milliseconds