Searched refs:GetDexSrc1 (Results 1 – 6 of 6) sorted by relevance
/art/dexoptanalyzer/ |
D | dexoptanalyzer_test.cc | 103 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/ |
D | oat_file_assistant_test.cc | 172 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 …]
|
D | dex2oat_environment_test.h | 74 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
|
D | oat_file_test.cc | 36 Copy(GetDexSrc1(), dex_location); in TEST_F()
|
/art/runtime/gc/space/ |
D | image_space_test.cc | 234 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/ |
D | dex2oat_test.cc | 504 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()
|