Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/compiler/aot/
Daot_manager.cpp30 auto aotFile = AotFile::Open(fileName, gcType); in AddFile() local
120 auto verifyAot = [this, &completeContext](auto &aotFile) { in VerifyClassHierarchy()
/arkcompiler/runtime_core/static_core/compiler/tests/
Daot_test.cpp175 auto aotFile = aotManager.GetFile(aotFname.GetFileName()); in TEST_F() local
260 auto aotFile = aotManager.GetFile(tmpfilePn); in TEST_F() local
414 auto aotFile = aotManager.GetFile(aotFname.GetFileName()); in TEST_F() local
465 auto aotFile = aotManager.GetFile(aotFname.GetFileName()); in TEST_F() local
517 auto aotFile = aotManager->GetFile(aotFname.GetFileName()); in TEST_F() local
604 auto aotFile = aotManager->GetFile(tmpfilePn); in TEST_F() local
Dclass_hash_table_test.cpp180 auto aotFile = std::move(aotFileRet.Value()); in TEST_F() local
259 auto aotFile = std::move(aotFileRet.Value()); in TEST_F() local
/arkcompiler/runtime_core/static_core/compiler/tools/aotdump/
Daotdump.cpp180 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()
/arkcompiler/runtime_core/static_core/runtime/
Dfile_manager.cpp32 … auto aotFile = runtime->GetClassLinker()->GetAotManager()->FindPandaFile(std::string(location)); in LoadAbcFile() local