Searched defs:aotFile (Results 1 – 6 of 6) sorted by relevance
30 auto aotFile = AotFile::Open(fileName, gcType); in AddFile() local118 auto verifyAot = [this, &completeContext](auto &aotFile) { in VerifyClassHierarchy()
32 … auto aotFile = runtime->GetClassLinker()->GetAotManager()->FindPandaFile(std::string(location)); in LoadAbcFile() local
175 auto aotFile = aotManager.GetFile(aotFname.GetFileName()); in TEST_F() local243 auto aotFile = aotManager->GetFile(tmpfilePn); in DoChecks() local488 auto aotFile = aotManager.GetFile(aotFname.GetFileName()); in TEST_F() local539 auto aotFile = aotManager.GetFile(aotFname.GetFileName()); in TEST_F() local591 auto aotFile = aotManager->GetFile(aotFname.GetFileName()); in TEST_F() local
188 auto aotFile = std::move(aotFileRet.Value()); in TEST_F() local267 auto aotFile = std::move(aotFileRet.Value()); in TEST_F() local
93 const compiler::AotPandaFile *aotFile = linker->GetAotManager()->FindPandaFile(location); in TryLoadAotFileForBoot() local
214 std::string aotFile = argsMap.at(ArgsIdx::AOT_FILE); in ParseArkCacheFromArgs() local