Searched refs:aot_file (Results 1 - 5 of 5) sorted by relevance
/arkcompiler/runtime_core/compiler/tests/ |
H A D | class_hash_table_test.cpp | 180 auto aot_file = std::move(aot_file_ret.Value()); in TEST_F() local 182 for (size_t i = 0; i < aot_file->GetFilesCount(); i++) { in TEST_F() 183 auto file_header = aot_file->FileHeaders()[i]; in TEST_F() 184 auto table = aot_file->GetClassHashTable(file_header); in TEST_F() 190 for (size_t i = 0; i < aot_file->GetFilesCount(); i++) { in TEST_F() 191 auto file_header = aot_file->FileHeaders()[i]; in TEST_F() 192 AotPandaFile aot_panda_file(aot_file.get(), &file_header); in TEST_F() 259 auto aot_file = std::move(aot_file_ret.Value()); in TEST_F() local 261 auto file_header = aot_file->FileHeaders()[0]; in TEST_F() 262 AotPandaFile aot_panda_file(aot_file in TEST_F() [all...] |
H A D | aot_test.cpp | 160 auto aot_file = aot_manager.GetFile(aot_fname.GetFileName()); in TEST_F() local 161 ASSERT_TRUE(aot_file); in TEST_F() 162 ASSERT_EQ(aot_file->GetFilesCount(), 1); in TEST_F() 163 ASSERT_TRUE(aot_file->FindPandaFile(panda_file_path)); in TEST_F() 243 auto aot_file = aot_manager.GetFile(tmpfile.c_str()); in TEST_F() local 244 ASSERT_TRUE(aot_file); in TEST_F() 245 ASSERT_TRUE(strcmp(cmdline, aot_file->GetCommandLine()) == 0U); in TEST_F() 246 ASSERT_TRUE(strcmp(tmpfile.c_str(), aot_file->GetFileName()) == 0U); in TEST_F() 247 ASSERT_EQ(aot_file->GetFilesCount(), 1U); in TEST_F() 400 auto aot_file in TEST_F() local 452 auto aot_file = aot_manager.GetFile(aot_fname.GetFileName()); TEST_F() local 504 auto aot_file = aot_manager->GetFile(aot_fname.GetFileName()); TEST_F() local 589 auto aot_file = aot_manager->GetFile(tmpfile.c_str()); TEST_F() local [all...] |
/arkcompiler/runtime_core/tests/checked/ |
H A D | checker.rb | 140 @aot_file = '' 184 aot_arg = @aot_file.empty? ? '' : "--aot-file #{@aot_file}" 209 @aot_file = "#{Dir.getwd}/#{File.basename(@options.test_file, File.extname(@options.test_file))}.an" 213 output = @aot_file
|
/arkcompiler/runtime_core/static_core/tests/checked/ |
H A D | checker.rb | 176 @aot_file = '' 227 aot_arg = @aot_file.empty? ? '' : "--aot-file #{@aot_file}" 259 @aot_file = "#{Dir.getwd}/#{File.basename(@options.test_file, File.extname(@options.test_file))}.an" 263 output = @aot_file
|
/arkcompiler/ets_runtime/test/regresstest/ |
H A D | run_regress_test.py | 678 aot_file = change_extension(abc_file, "") 687 f"--aot-file={aot_file}" 692 f"--aot-file={aot_file}", 822 aot_file = change_extension(abc_file, "") 842 command.append(f"--aot-file={aot_file}")
|
Completed in 5 milliseconds