Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/compiler/tests/
H A Daot_test.cpp18 #include "aot/aot_manager.h"
153 AotManager aot_manager; in TEST_F() local
156 aot_manager.AddFile(aot_fname.GetFileName(), nullptr, static_cast<uint32_t>(mem::GCType::EPSILON_GC)); in TEST_F()
160 auto aot_file = aot_manager.GetFile(aot_fname.GetFileName()); in TEST_F()
239 AotManager aot_manager; in TEST_F() local
240 auto res = aot_manager.AddFile(tmpfile.c_str(), nullptr, static_cast<uint32_t>(mem::GCType::STW_GC)); in TEST_F()
243 auto aot_file = aot_manager.GetFile(tmpfile.c_str()); in TEST_F()
249 auto pfile = aot_manager.FindPandaFile(tmpfile_pf); in TEST_F()
395 AotManager aot_manager; in TEST_F() local
397 aot_manager in TEST_F()
439 AotManager aot_manager; TEST_F() local
447 AotManager aot_manager; TEST_F() local
503 auto aot_manager = Runtime::GetCurrent()->GetClassLinker()->GetAotManager(); TEST_F() local
588 auto aot_manager = Runtime::GetCurrent()->GetClassLinker()->GetAotManager(); TEST_F() local
[all...]

Completed in 2 milliseconds