Home
last modified time | relevance | path

Searched refs:DexoptTest (Results 1 – 8 of 8) sorted by relevance

/aosp12/art/runtime/
H A Ddexopt_test.cc39 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 Dtwo_runtimes_test.cc29 class TwoRuntimesTest : public DexoptTest {};
H A Ddexopt_test.h27 class DexoptTest : public Dex2oatEnvironmentTest {
H A Doat_file_test.cc30 class OatFileTest : public DexoptTest {
H A Doat_file_assistant_test.cc45 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 Dinstalld_dexopt_test.cpp183 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 Dimage_space_test.cc224 TEST_F(DexoptTest, ValidateOatFile) { in TEST_F() argument
320 TEST_F(DexoptTest, Checksums) { in TEST_F() argument
/aosp12/art/dexoptanalyzer/
H A Ddexoptanalyzer_test.cc29 class DexoptAnalyzerTest : public DexoptTest {