Searched refs:DexoptTest (Results 1 – 7 of 7) sorted by relevance
/art/runtime/ |
D | dexopt_test.cc | 36 void DexoptTest::SetUp() { in SetUp() 41 void DexoptTest::PreRuntimeCreate() { in PreRuntimeCreate() 46 void DexoptTest::PostRuntimeCreate() { in PostRuntimeCreate() 50 bool DexoptTest::Dex2Oat(const std::vector<std::string>& args, std::string* error_msg) { in Dex2Oat() 72 std::string DexoptTest::GenerateAlternateImage(const std::string& scratch_dir) { in GenerateAlternateImage() 94 void DexoptTest::GenerateOatForTest(const std::string& dex_location, in GenerateOatForTest() 165 void DexoptTest::GenerateOdexForTest(const std::string& dex_location, in GenerateOdexForTest() 178 void DexoptTest::GenerateOatForTest(const char* dex_location, in GenerateOatForTest() 191 void DexoptTest::GenerateOatForTest(const char* dex_location, CompilerFilter::Filter filter) { in GenerateOatForTest() 195 void DexoptTest::ReserveImageSpace() { in ReserveImageSpace() [all …]
|
D | two_runtimes_test.cc | 29 class TwoRuntimesTest : public DexoptTest {};
|
D | dexopt_test.h | 27 class DexoptTest : public Dex2oatEnvironmentTest {
|
D | oat_file_test.cc | 30 class OatFileTest : public DexoptTest {
|
D | oat_file_assistant_test.cc | 45 class OatFileAssistantTest : public DexoptTest { 1302 TEST_F(DexoptTest, LoadDexOdexNoOat) { in TEST_F() argument 1323 TEST_F(DexoptTest, LoadMultiDexOdexNoOat) { in TEST_F() argument 1467 ASSERT_TRUE(DexoptTest::Dex2Oat(args, &error_msg)) << error_msg; in TEST_F() 1531 ASSERT_TRUE(DexoptTest::Dex2Oat(args, &error_msg)) << error_msg; in TEST_F()
|
/art/runtime/gc/space/ |
D | image_space_test.cc | 224 TEST_F(DexoptTest, ValidateOatFile) { in TEST_F() argument 320 TEST_F(DexoptTest, Checksums) { in TEST_F() argument
|
/art/dexoptanalyzer/ |
D | dexoptanalyzer_test.cc | 25 class DexoptAnalyzerTest : public DexoptTest {
|