Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dimage_space_test.cc37 Copy(GetDexSrc2(), dex2); in TEST_F()
61 Copy(GetDexSrc2(), dex1); in TEST_F()
81 Copy(GetDexSrc2(), dex2); in TEST_F()
105 Copy(GetDexSrc2(), dex2); in TEST_F()
/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()
190 std::string GetDexSrc2() const { in GetDexSrc2() function
Doat_file_assistant_test.cc144 Copy(GetDexSrc2(), context_location); in TEST_F()
171 Copy(GetDexSrc2(), context_location); in TEST_F()
709 Copy(GetDexSrc2(), dex_location); in TEST_F()
735 Copy(GetDexSrc2(), dex_location); in TEST_F()
891 Copy(GetDexSrc2(), dex_location); in TEST_F()
1364 Copy(GetDexSrc2(), context_location); in TEST_F()
/art/dexoptanalyzer/
Ddexoptanalyzer_test.cc174 Copy(GetDexSrc2(), dex_location); in TEST_F()
244 Copy(GetDexSrc2(), dex_location); in TEST_F()
321 Copy(GetDexSrc2(), dex_location2); in TEST_F()
/art/dex2oat/
Ddex2oat_test.cc711 Copy(GetDexSrc2(), dex_location); in RunTest()
749 Copy(GetDexSrc2(), dex_location); in RunTestVDex()
1066 Copy(use_second_source ? GetDexSrc2() : GetDexSrc1(), dex_location); in RunTest()