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 | 97 void DexoptTest::GenerateOatForTest(const std::string& dex_location, in GenerateOatForTest() function in art::DexoptTest 190 GenerateOatForTest(dex_location, in GenerateOdexForTest() 198 void DexoptTest::GenerateOatForTest(const char* dex_location, in GenerateOatForTest() function in art::DexoptTest 205 GenerateOatForTest(dex_location, in GenerateOatForTest() 211 void DexoptTest::GenerateOatForTest(const char* dex_location, CompilerFilter::Filter filter) { in GenerateOatForTest() function in art::DexoptTest 212 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::kVerify); in TEST_F()
|
D | oat_file_assistant_test.cc | 423 GenerateOatForTest(dex_location.c_str(), CompilerFilter::kSpeed); in TEST_F() 464 GenerateOatForTest(dex_location.c_str(), in TEST_F() 504 GenerateOatForTest(dex_location.c_str(), in TEST_F() 540 GenerateOatForTest(dex_location.c_str(), in TEST_F() 656 GenerateOatForTest(dex_location.c_str(), CompilerFilter::kSpeed); in TEST_F() 682 GenerateOatForTest(dex_location.c_str(), CompilerFilter::kSpeedProfile); in TEST_F() 718 GenerateOatForTest(dex_location.c_str(), CompilerFilter::kSpeed); in TEST_F() 753 GenerateOatForTest(dex_location.c_str(), CompilerFilter::kSpeed); in TEST_F() 785 GenerateOatForTest(dex_location.c_str(), CompilerFilter::kSpeed); in TEST_F() 865 GenerateOatForTest(dex_location.c_str(), in TEST_F() [all …]
|
/art/dexoptanalyzer/ |
D | dexoptanalyzer_test.cc | 251 GenerateOatForTest(dex_location.c_str(), in TEST_F() 270 GenerateOatForTest(dex_location.c_str(), in TEST_F()
|