Home
last modified time | relevance | path

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

/art/runtime/
Ddex2oat_environment_test.h114 ASSERT_TRUE(OS::FileExists(GetDexSrc2().c_str())) in SetUp()
115 << "Expected dex file to be at: " << GetDexSrc2(); in SetUp()
192 std::string GetDexSrc2() const { in GetDexSrc2() function
/art/runtime/gc/space/
Dimage_space_test.cc231 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()
/art/dexoptanalyzer/
Ddexoptanalyzer_test.cc234 Copy(GetDexSrc2(), dex_location); in TEST_F()
316 Copy(GetDexSrc2(), dex_location2); in TEST_F()
/art/dex2oat/
Ddex2oat_test.cc693 Copy(GetDexSrc2(), dex_location); in RunTest()
745 Copy(GetDexSrc2(), dex_location); in RunTestVDex()
856 Copy(GetDexSrc2(), dex_location); in TEST_F()
885 Copy(GetDexSrc2(), dex_location); in TEST_F()
928 Copy(GetDexSrc2(), dex_location); in TEST_F()
1040 Copy(use_second_source ? GetDexSrc2() : GetDexSrc1(), dex_location); in RunTest()
/art/runtime/oat/
Doat_file_assistant_test.cc317 Copy(GetDexSrc2(), context_location); in TEST_P()
347 Copy(GetDexSrc2(), context_location); in TEST_P()
1058 Copy(GetDexSrc2(), dex_location); in TEST_P()
1095 Copy(GetDexSrc2(), dex_location); in TEST_P()
1186 Copy(GetDexSrc2(), context_location); in TEST_P()
1742 Copy(GetDexSrc2(), context_location); in TEST_P()
2671 for (const std::string& src : {GetDexSrc1(), GetDexSrc2()}) { in TEST_P()