Searched refs:GenerateOatForTest (Results 1 – 5 of 5) sorted by relevance
/art/runtime/ |
D | dexopt_test.h | 43 void GenerateOatForTest(const std::string& dex_location, 59 void GenerateOatForTest(const char* dex_location, 64 void GenerateOatForTest(const char* dex_location, CompilerFilter::Filter filter);
|
D | dexopt_test.cc | 94 void DexoptTest::GenerateOatForTest(const std::string& dex_location, in GenerateOatForTest() function in art::DexoptTest 170 GenerateOatForTest(dex_location, in GenerateOdexForTest() 178 void DexoptTest::GenerateOatForTest(const char* dex_location, in GenerateOatForTest() function in art::DexoptTest 185 GenerateOatForTest(dex_location, in GenerateOatForTest() 191 void DexoptTest::GenerateOatForTest(const char* dex_location, CompilerFilter::Filter filter) { in GenerateOatForTest() function in art::DexoptTest 192 GenerateOatForTest(dex_location, filter, /*with_alternate_image=*/ false); in GenerateOatForTest()
|
D | oat_file_test.cc | 37 GenerateOatForTest(dex_location.c_str(), CompilerFilter::kSpeed); in TEST_F() 60 GenerateOatForTest(dex_location.c_str(), CompilerFilter::kQuicken); in TEST_F()
|
D | oat_file_assistant_test.cc | 371 GenerateOatForTest(dex_location.c_str(), CompilerFilter::kSpeed); in TEST_F() 404 GenerateOatForTest(dex_location.c_str(), in TEST_F() 443 GenerateOatForTest(dex_location.c_str(), in TEST_F() 476 GenerateOatForTest(dex_location.c_str(), in TEST_F() 582 GenerateOatForTest(dex_location.c_str(), CompilerFilter::kSpeed); in TEST_F() 610 GenerateOatForTest(dex_location.c_str(), CompilerFilter::kSpeedProfile); in TEST_F() 643 GenerateOatForTest(dex_location.c_str(), CompilerFilter::kSpeed); in TEST_F() 675 GenerateOatForTest(dex_location.c_str(), CompilerFilter::kSpeed); in TEST_F() 704 GenerateOatForTest(dex_location.c_str(), CompilerFilter::kSpeed); in TEST_F() 768 GenerateOatForTest(dex_location.c_str(), in TEST_F() [all …]
|
/art/dexoptanalyzer/ |
D | dexoptanalyzer_test.cc | 116 GenerateOatForTest(dex_location.c_str(), CompilerFilter::kSpeed); in TEST_F() 129 GenerateOatForTest(dex_location.c_str(), CompilerFilter::kSpeedProfile); in TEST_F() 140 GenerateOatForTest(dex_location.c_str(), CompilerFilter::kQuicken); in TEST_F() 151 GenerateOatForTest(dex_location.c_str(), CompilerFilter::kSpeed); in TEST_F() 162 GenerateOatForTest(dex_location.c_str(), CompilerFilter::kSpeed); in TEST_F() 180 GenerateOatForTest(dex_location.c_str(), CompilerFilter::kSpeed); in TEST_F() 193 GenerateOatForTest(dex_location.c_str(), in TEST_F() 210 GenerateOatForTest(dex_location.c_str(), in TEST_F() 252 GenerateOatForTest(dex_location.c_str(), CompilerFilter::kSpeed); in TEST_F()
|