Home
last modified time | relevance | path

Searched defs:aotFile (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/aot/
Daot_manager.cpp30 auto aotFile = AotFile::Open(fileName, gcType); in AddFile() local
118 auto verifyAot = [this, &completeContext](auto &aotFile) { in VerifyClassHierarchy()
/arkcompiler/runtime_core/static_core/runtime/
Dfile_manager.cpp32 … auto aotFile = runtime->GetClassLinker()->GetAotManager()->FindPandaFile(std::string(location)); in LoadAbcFile() local
/arkcompiler/runtime_core/static_core/compiler/tests/
Daot_test.cpp175 auto aotFile = aotManager.GetFile(aotFname.GetFileName()); in TEST_F() local
243 auto aotFile = aotManager->GetFile(tmpfilePn); in DoChecks() local
488 auto aotFile = aotManager.GetFile(aotFname.GetFileName()); in TEST_F() local
539 auto aotFile = aotManager.GetFile(aotFname.GetFileName()); in TEST_F() local
591 auto aotFile = aotManager->GetFile(aotFname.GetFileName()); in TEST_F() local
Dclass_hash_table_test.cpp188 auto aotFile = std::move(aotFileRet.Value()); in TEST_F() local
267 auto aotFile = std::move(aotFileRet.Value()); in TEST_F() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/integrate/
Dets_ani_expo.cpp93 const compiler::AotPandaFile *aotFile = linker->GetAotManager()->FindPandaFile(location); in TryLoadAotFileForBoot() local
/arkcompiler/ets_runtime/compiler_service/src/
Daot_compiler_impl.cpp214 std::string aotFile = argsMap.at(ArgsIdx::AOT_FILE); in ParseArkCacheFromArgs() local