Searched refs:GenerateOatForTest (Results 1 – 5 of 5) sorted by relevance
/art/runtime/ |
D | dexopt_test.h | 41 void GenerateOatForTest(const std::string& dex_location, 57 void GenerateOatForTest(const char* dex_location, 62 void GenerateOatForTest(const char* dex_location, CompilerFilter::Filter filter);
|
D | dexopt_test.cc | 71 void DexoptTest::GenerateOatForTest(const std::string& dex_location, in GenerateOatForTest() function in art::DexoptTest 148 GenerateOatForTest(dex_location, in GenerateOdexForTest() 156 void DexoptTest::GenerateOatForTest(const char* dex_location, in GenerateOatForTest() function in art::DexoptTest 163 GenerateOatForTest(dex_location, in GenerateOatForTest() 169 void DexoptTest::GenerateOatForTest(const char* dex_location, CompilerFilter::Filter filter) { in GenerateOatForTest() function in art::DexoptTest 170 GenerateOatForTest(dex_location, filter, /*with_alternate_image=*/ false); in GenerateOatForTest()
|
D | oat_file_assistant_test.cc | 344 GenerateOatForTest(dex_location.c_str(), CompilerFilter::kSpeed); in TEST_F() 377 GenerateOatForTest(dex_location.c_str(), in TEST_F() 416 GenerateOatForTest(dex_location.c_str(), in TEST_F() 449 GenerateOatForTest(dex_location.c_str(), in TEST_F() 555 GenerateOatForTest(dex_location.c_str(), CompilerFilter::kSpeed); in TEST_F() 583 GenerateOatForTest(dex_location.c_str(), CompilerFilter::kSpeedProfile); in TEST_F() 616 GenerateOatForTest(dex_location.c_str(), CompilerFilter::kSpeed); in TEST_F() 648 GenerateOatForTest(dex_location.c_str(), CompilerFilter::kSpeed); in TEST_F() 671 GenerateOatForTest(dex_location.c_str(), CompilerFilter::kSpeed); in TEST_F() 708 GenerateOatForTest(dex_location.c_str(), CompilerFilter::kSpeed); in TEST_F() [all …]
|
D | oat_file_test.cc | 138 GenerateOatForTest(dex_location.c_str(), CompilerFilter::kSpeed); in TEST_F() 162 GenerateOatForTest(dex_location.c_str(), CompilerFilter::kQuicken); in TEST_F()
|
/art/dexoptanalyzer/ |
D | dexoptanalyzer_test.cc | 110 GenerateOatForTest(dex_location.c_str(), CompilerFilter::kSpeed); in TEST_F() 122 GenerateOatForTest(dex_location.c_str(), CompilerFilter::kSpeedProfile); in TEST_F() 133 GenerateOatForTest(dex_location.c_str(), CompilerFilter::kQuicken); in TEST_F() 144 GenerateOatForTest(dex_location.c_str(), CompilerFilter::kSpeed); in TEST_F() 155 GenerateOatForTest(dex_location.c_str(), CompilerFilter::kSpeed); in TEST_F() 173 GenerateOatForTest(dex_location.c_str(), CompilerFilter::kSpeed); in TEST_F() 186 GenerateOatForTest(dex_location.c_str(), in TEST_F() 203 GenerateOatForTest(dex_location.c_str(), in TEST_F() 245 GenerateOatForTest(dex_location.c_str(), CompilerFilter::kSpeed); in TEST_F()
|