Home
last modified time | relevance | path

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

/aosp12/art/runtime/
H A Ddex2oat_environment_test.h85 ASSERT_TRUE(OS::FileExists(GetDexSrc2().c_str())) in SetUp()
86 << "Expected dex file to be at: " << GetDexSrc2(); in SetUp()
164 std::string GetDexSrc2() const { in GetDexSrc2() function
H A Doat_file_assistant_test.cc194 Copy(GetDexSrc2(), context_location); in TEST_F()
222 Copy(GetDexSrc2(), context_location); in TEST_F()
786 Copy(GetDexSrc2(), dex_location); in TEST_F()
822 Copy(GetDexSrc2(), dex_location); in TEST_F()
1436 Copy(GetDexSrc2(), context_location); in TEST_F()
/aosp12/art/runtime/gc/space/
H A Dimage_space_test.cc232 Copy(GetDexSrc2(), dex2); in TEST_F()
268 Copy(GetDexSrc2(), dex1); in TEST_F()
288 Copy(GetDexSrc2(), dex2); in TEST_F()
312 Copy(GetDexSrc2(), dex2); in TEST_F()
347 for (const std::string& src : { GetDexSrc1(), GetDexSrc2() }) { in TEST_F()
/aosp12/art/dexoptanalyzer/
H A Ddexoptanalyzer_test.cc238 Copy(GetDexSrc2(), dex_location); in TEST_F()
354 Copy(GetDexSrc2(), dex_location2); in TEST_F()
/aosp12/art/dex2oat/
H A Ddex2oat_test.cc689 Copy(GetDexSrc2(), dex_location); in RunTest()
742 Copy(GetDexSrc2(), dex_location); in RunTestVDex()
935 Copy(use_second_source ? GetDexSrc2() : GetDexSrc1(), dex_location); in RunTest()