Searched refs:DexoptTest (Results 1 – 8 of 8) sorted by relevance
/aosp12/art/runtime/ |
H A D | dexopt_test.cc | 39 void DexoptTest::SetUp() { in SetUp() 44 void DexoptTest::PreRuntimeCreate() { in PreRuntimeCreate() 49 void DexoptTest::PostRuntimeCreate() { in PostRuntimeCreate() 53 bool DexoptTest::Dex2Oat(const std::vector<std::string>& args, std::string* error_msg) { in Dex2Oat() 75 std::string DexoptTest::GenerateAlternateImage(const std::string& scratch_dir) { in GenerateAlternateImage() 97 void DexoptTest::GenerateOatForTest(const std::string& dex_location, in GenerateOatForTest() 185 void DexoptTest::GenerateOdexForTest(const std::string& dex_location, in GenerateOdexForTest() 198 void DexoptTest::GenerateOatForTest(const char* dex_location, in GenerateOatForTest() 215 void DexoptTest::ReserveImageSpace() { in ReserveImageSpace() 233 void DexoptTest::ReserveImageSpaceChunk(uintptr_t start, uintptr_t end) { in ReserveImageSpaceChunk() [all …]
|
H A D | two_runtimes_test.cc | 29 class TwoRuntimesTest : public DexoptTest {};
|
H A D | dexopt_test.h | 27 class DexoptTest : public Dex2oatEnvironmentTest {
|
H A D | oat_file_test.cc | 30 class OatFileTest : public DexoptTest {
|
H A D | oat_file_assistant_test.cc | 45 class OatFileAssistantTest : public DexoptTest { 1527 ASSERT_TRUE(DexoptTest::Dex2Oat(args, &error_msg)) << error_msg; in TEST_F() 1596 ASSERT_TRUE(DexoptTest::Dex2Oat(args, &error_msg)) << error_msg; in TEST_F()
|
/aosp12/frameworks/native/cmds/installd/tests/ |
H A D | installd_dexopt_test.cpp | 183 class DexoptTest : public testing::Test { class 608 TEST_F(DexoptTest, DexoptSecondaryCe) { in TEST_F() argument 614 TEST_F(DexoptTest, DexoptSecondaryCeLink) { in TEST_F() argument 627 TEST_F(DexoptTest, DexoptSecondaryDe) { in TEST_F() argument 676 TEST_F(DexoptTest, DexoptPrimaryPublic) { in TEST_F() argument 844 DexoptTest::SetUp(); in SetUp() 860 DexoptTest::TearDown(); in TearDown() 878 class ReconcileTest : public DexoptTest { 880 DexoptTest::SetUp(); in SetUp() 936 class ProfileTest : public DexoptTest { [all …]
|
/aosp12/art/runtime/gc/space/ |
H A D | image_space_test.cc | 224 TEST_F(DexoptTest, ValidateOatFile) { in TEST_F() argument 320 TEST_F(DexoptTest, Checksums) { in TEST_F() argument
|
/aosp12/art/dexoptanalyzer/ |
H A D | dexoptanalyzer_test.cc | 29 class DexoptAnalyzerTest : public DexoptTest {
|