Home
last modified time | relevance | path

Searched refs:GenerateOdexForTest (Results 1 – 5 of 5) sorted by relevance

/art/dexoptanalyzer/
Ddexoptanalyzer_test.cc133 GenerateOdexForTest(dex_location.c_str(), odex_location.c_str(), CompilerFilter::kSpeed); in TEST_F()
148 GenerateOdexForTest(dex_location.c_str(), odex_location.c_str(), CompilerFilter::kSpeedProfile); in TEST_F()
164 GenerateOdexForTest(dex_location.c_str(), odex_location.c_str(), CompilerFilter::kVerify); in TEST_F()
191 GenerateOdexForTest(dex_location.c_str(), odex_location.c_str(), CompilerFilter::kVerify); in TEST_F()
207 GenerateOdexForTest(dex_location.c_str(), odex_location.c_str(), CompilerFilter::kSpeed); in TEST_F()
219 GenerateOdexForTest(dex_location.c_str(), odex_location.c_str(), CompilerFilter::kSpeed); in TEST_F()
237 GenerateOdexForTest(dex_location.c_str(), odex_location.c_str(), CompilerFilter::kSpeed); in TEST_F()
285 GenerateOdexForTest(dex_location, odex_location, CompilerFilter::kSpeed); in TEST_F()
311 GenerateOdexForTest(dex_location, odex_location, CompilerFilter::kSpeed); in TEST_F()
326 GenerateOdexForTest(dex_location, odex_location, CompilerFilter::kExtract); in TEST_F()
[all …]
/art/dex2oat/
Ddex2oat_test.cc107 ::testing::AssertionResult GenerateOdexForTest( in GenerateOdexForTest() function in art::Dex2oatTest
115 return GenerateOdexForTest(dex_location,
128 ::testing::AssertionResult GenerateOdexForTest( in GenerateOdexForTest() function in art::Dex2oatTest
243 ASSERT_TRUE(GenerateOdexForTest(dex_location, odex_location, CompilerFilter::kSpeed, copy));
476 ASSERT_TRUE(GenerateOdexForTest(dex_location, odex_location, filter, new_args));
662 ASSERT_TRUE(GenerateOdexForTest(dex_location,
870 ASSERT_TRUE(GenerateOdexForTest(dex_location,
952 ASSERT_TRUE(GenerateOdexForTest(dex_location, in RunTest()
1421 ASSERT_TRUE(GenerateOdexForTest(dex->GetLocation(), in TEST_F()
1433 ASSERT_TRUE(GenerateOdexForTest(dex->GetLocation(), in TEST_F()
[all …]
/art/runtime/
Ddexopt_test.h51 void GenerateOdexForTest(const std::string& dex_location,
Doat_file_assistant_test.cc305 GenerateOdexForTest(dex_location, odex_location, CompilerFilter::kSpeed, "install"); in TEST_F()
342 GenerateOdexForTest(dex_location, odex_location, CompilerFilter::kSpeed, "install"); in TEST_F()
385 GenerateOdexForTest(dex_location, odex_location, CompilerFilter::kSpeed); in TEST_F()
597 GenerateOdexForTest(dex_location, odex_location, CompilerFilter::kSpeed); in TEST_F()
820 GenerateOdexForTest(dex_location, odex_location, CompilerFilter::kSpeed); in TEST_F()
840 GenerateOdexForTest(dex_location, odex_location, CompilerFilter::kSpeed); in TEST_F()
939 GenerateOdexForTest(dex_location, odex_location, CompilerFilter::kSpeed); in TEST_F()
1004 GenerateOdexForTest(dex_location, odex_location, CompilerFilter::kSpeed); in TEST_F()
1038 GenerateOdexForTest(dex_location, odex_location, CompilerFilter::kExtract); in TEST_F()
1345 GenerateOdexForTest(dex_location, odex_location, CompilerFilter::kSpeed); in TEST_F()
[all …]
Ddexopt_test.cc185 void DexoptTest::GenerateOdexForTest(const std::string& dex_location, in GenerateOdexForTest() function in art::DexoptTest