Searched refs:GenerateOdexForTest (Results 1 – 5 of 5) sorted by relevance
/art/dexoptanalyzer/ |
D | dexoptanalyzer_test.cc | 224 GenerateOdexForTest(dex_location, odex_location, CompilerFilter::kSpeed); in TEST_F() 237 GenerateOdexForTest(dex_location, odex_location, CompilerFilter::kSpeed); in TEST_F() 256 GenerateOdexForTest(dex_location, odex_location, CompilerFilter::kSpeed); in TEST_F() 285 GenerateOdexForTest(dex_location, odex_location, CompilerFilter::kSpeed); in TEST_F() 300 GenerateOdexForTest(dex_location, odex_location, CompilerFilter::kExtract); in TEST_F() 334 …GenerateOdexForTest(dex_location1, odex_location1, CompilerFilter::kSpeed, /* compilation_reason= … in TEST_F()
|
/art/dex2oat/ |
D | dex2oat_test.cc | 110 ::testing::AssertionResult GenerateOdexForTest( in GenerateOdexForTest() function in art::Dex2oatTest 118 return GenerateOdexForTest(dex_location, 131 ::testing::AssertionResult GenerateOdexForTest( in GenerateOdexForTest() function in art::Dex2oatTest 282 ASSERT_TRUE(GenerateOdexForTest(dex_location, odex_location, CompilerFilter::kSpeed, copy)); 508 ASSERT_TRUE(GenerateOdexForTest(dex_location, odex_location, filter, new_args)); 696 ASSERT_TRUE(GenerateOdexForTest(dex_location, 891 ASSERT_TRUE(GenerateOdexForTest(dex_location, in RunUnquickenMultiDex() 906 ASSERT_TRUE(GenerateOdexForTest(dex_location, in RunUnquickenMultiDex() 942 ASSERT_TRUE(GenerateOdexForTest(dex_location, in RunUnquickenMultiDexCDex() 954 ASSERT_TRUE(GenerateOdexForTest(dex_location, in RunUnquickenMultiDexCDex() [all …]
|
/art/runtime/ |
D | dexopt_test.h | 51 void GenerateOdexForTest(const std::string& dex_location,
|
D | oat_file_assistant_test.cc | 272 GenerateOdexForTest(dex_location, odex_location, CompilerFilter::kSpeed, "install"); in TEST_F() 301 GenerateOdexForTest(dex_location, odex_location, CompilerFilter::kSpeed, "install"); in TEST_F() 336 GenerateOdexForTest(dex_location, odex_location, CompilerFilter::kSpeed); in TEST_F() 531 GenerateOdexForTest(dex_location, odex_location, CompilerFilter::kSpeed); in TEST_F() 729 GenerateOdexForTest(dex_location, odex_location, CompilerFilter::kSpeed); in TEST_F() 746 GenerateOdexForTest(dex_location, odex_location, CompilerFilter::kSpeed); in TEST_F() 829 GenerateOdexForTest(dex_location, odex_location, CompilerFilter::kSpeed); in TEST_F() 888 GenerateOdexForTest(dex_location, odex_location, CompilerFilter::kSpeed); in TEST_F() 919 GenerateOdexForTest(dex_location, odex_location, CompilerFilter::kExtract); in TEST_F() 1205 GenerateOdexForTest(dex_location, odex_location, CompilerFilter::kSpeed); in TEST_F() [all …]
|
D | dexopt_test.cc | 165 void DexoptTest::GenerateOdexForTest(const std::string& dex_location, in GenerateOdexForTest() function in art::DexoptTest
|