Home
last modified time | relevance | path

Searched refs:GetDexSrc1 (Results 1 – 6 of 6) sorted by relevance

/art/dexoptanalyzer/
Ddexoptanalyzer_test.cc103 Copy(GetDexSrc1(), dex_location); in TEST_F()
115 Copy(GetDexSrc1(), dex_location); in TEST_F()
128 Copy(GetDexSrc1(), dex_location); in TEST_F()
139 Copy(GetDexSrc1(), dex_location); in TEST_F()
179 Copy(GetDexSrc1(), dex_location); in TEST_F()
192 Copy(GetDexSrc1(), dex_location); in TEST_F()
209 Copy(GetDexSrc1(), dex_location); in TEST_F()
223 Copy(GetDexSrc1(), dex_location); in TEST_F()
236 Copy(GetDexSrc1(), dex_location); in TEST_F()
255 Copy(GetDexSrc1(), dex_location); in TEST_F()
[all …]
/art/runtime/
Doat_file_assistant_test.cc172 Copy(GetDexSrc1(), dex_location); in TEST_F()
199 Copy(GetDexSrc1(), dex_location); in TEST_F()
229 Copy(GetDexSrc1(), dex_location); in TEST_F()
271 Copy(GetDexSrc1(), dex_location); in TEST_F()
300 Copy(GetDexSrc1(), dex_location); in TEST_F()
335 Copy(GetDexSrc1(), dex_location); in TEST_F()
370 Copy(GetDexSrc1(), dex_location); in TEST_F()
403 Copy(GetDexSrc1(), dex_location); in TEST_F()
442 Copy(GetDexSrc1(), dex_location); in TEST_F()
475 Copy(GetDexSrc1(), dex_location); in TEST_F()
[all …]
Ddex2oat_environment_test.h74 ASSERT_TRUE(OS::FileExists(GetDexSrc1().c_str())) in SetUp()
75 << "Expected dex file to be at: " << GetDexSrc1(); in SetUp()
140 std::string GetDexSrc1() const { in GetDexSrc1() function
Doat_file_test.cc36 Copy(GetDexSrc1(), dex_location); in TEST_F()
/art/runtime/gc/space/
Dimage_space_test.cc234 Copy(GetDexSrc1(), dex1); in TEST_F()
276 Copy(GetDexSrc1(), dex1); in TEST_F()
288 Copy(GetDexSrc1(), dex2); in TEST_F()
296 Copy(GetDexSrc1(), multidex1); in TEST_F()
308 Copy(GetDexSrc1(), dex1); in TEST_F()
352 for (const std::string& src : { GetDexSrc1(), GetDexSrc2() }) { in TEST_F()
/art/dex2oat/
Ddex2oat_test.cc504 Copy(GetDexSrc1(), dex_location);
1040 return GetDexSrc1(); in GetTestDexFileName()
1083 return GetDexSrc1(); in GetTestDexFileName()
1097 Copy(use_second_source ? GetDexSrc2() : GetDexSrc1(), dex_location); in RunTest()
1180 Copy(GetDexSrc1(), stripped_classpath); in TEST_F()
1843 Copy(GetDexSrc1(), dex_location); in TEST_F()
1860 Copy(GetDexSrc1(), dex_location); in TEST_F()
1884 Copy(GetDexSrc1(), dex_location); in TEST_F()
2522 return GetDexSrc1(); in GetTestDexFileName()