Searched defs:aotFile (Results 1 – 5 of 5) sorted by relevance
30 auto aotFile = AotFile::Open(fileName, gcType); in AddFile() local120 auto verifyAot = [this, &completeContext](auto &aotFile) { in VerifyClassHierarchy()
175 auto aotFile = aotManager.GetFile(aotFname.GetFileName()); in TEST_F() local260 auto aotFile = aotManager.GetFile(tmpfilePn); in TEST_F() local414 auto aotFile = aotManager.GetFile(aotFname.GetFileName()); in TEST_F() local465 auto aotFile = aotManager.GetFile(aotFname.GetFileName()); in TEST_F() local517 auto aotFile = aotManager->GetFile(aotFname.GetFileName()); in TEST_F() local604 auto aotFile = aotManager->GetFile(tmpfilePn); in TEST_F() local
180 auto aotFile = std::move(aotFileRet.Value()); in TEST_F() local259 auto aotFile = std::move(aotFileRet.Value()); in TEST_F() local
180 void DumpAll(std::unique_ptr<AotFile> aotFile, panda::aoutdump::Options options) in DumpAll()216 void DumpHeader(std::ostream &stream, std::unique_ptr<panda::compiler::AotFile> &aotFile) in DumpHeader()261 void DumpFiles(std::ostream &stream, std::unique_ptr<panda::compiler::AotFile> &aotFile, in DumpFiles()302 …void PrintCode(const char *prefix, const AotFile &aotFile, const CodeInfo &codeInfo, std::ostream … in PrintCode()
32 … auto aotFile = runtime->GetClassLinker()->GetAotManager()->FindPandaFile(std::string(location)); in LoadAbcFile() local