Home
last modified time | relevance | path

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

/art/runtime/
Ddex2oat_environment_test.h81 ASSERT_TRUE(OS::FileExists(GetDexSrc2().c_str())) in SetUp()
82 << "Expected dex file to be at: " << GetDexSrc2(); in SetUp()
160 std::string GetDexSrc2() const { in GetDexSrc2() function
Doat_file_assistant_test.cc173 Copy(GetDexSrc2(), context_location); in TEST_F()
200 Copy(GetDexSrc2(), context_location); in TEST_F()
705 Copy(GetDexSrc2(), dex_location); in TEST_F()
731 Copy(GetDexSrc2(), dex_location); in TEST_F()
1290 Copy(GetDexSrc2(), context_location); in TEST_F()
/art/runtime/gc/space/
Dimage_space_test.cc236 Copy(GetDexSrc2(), dex2); in TEST_F()
272 Copy(GetDexSrc2(), dex1); in TEST_F()
292 Copy(GetDexSrc2(), dex2); in TEST_F()
316 Copy(GetDexSrc2(), dex2); in TEST_F()
352 for (const std::string& src : { GetDexSrc1(), GetDexSrc2() }) { in TEST_F()
/art/dexoptanalyzer/
Ddexoptanalyzer_test.cc181 Copy(GetDexSrc2(), dex_location); in TEST_F()
251 Copy(GetDexSrc2(), dex_location); in TEST_F()
328 Copy(GetDexSrc2(), dex_location2); in TEST_F()
/art/dex2oat/
Ddex2oat_test.cc723 Copy(GetDexSrc2(), dex_location); in RunTest()
761 Copy(GetDexSrc2(), dex_location); in RunTestVDex()
1097 Copy(use_second_source ? GetDexSrc2() : GetDexSrc1(), dex_location); in RunTest()