Home
last modified time | relevance | path

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

/art/runtime/
Ddexopt_test.h43 void GenerateOatForTest(const std::string& dex_location,
59 void GenerateOatForTest(const char* dex_location,
64 void GenerateOatForTest(const char* dex_location, CompilerFilter::Filter filter);
Ddexopt_test.cc97 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()
Doat_file_test.cc37 GenerateOatForTest(dex_location.c_str(), CompilerFilter::kSpeed); in TEST_F()
60 GenerateOatForTest(dex_location.c_str(), CompilerFilter::kVerify); in TEST_F()
Doat_file_assistant_test.cc423 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/
Ddexoptanalyzer_test.cc251 GenerateOatForTest(dex_location.c_str(), in TEST_F()
270 GenerateOatForTest(dex_location.c_str(), in TEST_F()