Searched refs:GetDexSrc1 (Results 1 – 6 of 6) sorted by relevance
/art/dexoptanalyzer/ |
D | dexoptanalyzer_test.cc | 118 Copy(GetDexSrc1(), dex_location); in TEST_F() 131 Copy(GetDexSrc1(), dex_location); in TEST_F() 145 Copy(GetDexSrc1(), dex_location); in TEST_F() 160 Copy(GetDexSrc1(), dex_location); in TEST_F() 188 Copy(GetDexSrc1(), dex_location); in TEST_F() 232 Copy(GetDexSrc1(), dex_location); in TEST_F() 245 Copy(GetDexSrc1(), dex_location); in TEST_F() 260 Copy(GetDexSrc1(), dex_location); in TEST_F() 284 Copy(GetDexSrc1(), dex_location); in TEST_F() 297 Copy(GetDexSrc1(), dex_location); in TEST_F() [all …]
|
/art/runtime/oat/ |
D | oat_file_assistant_test.cc | 316 Copy(GetDexSrc1(), dex_location); in TEST_P() 346 Copy(GetDexSrc1(), dex_location); in TEST_P() 380 Copy(GetDexSrc1(), dex_location); in TEST_P() 452 Copy(GetDexSrc1(), dex_location); in TEST_P() 497 Copy(GetDexSrc1(), dex_location); in TEST_P() 549 Copy(GetDexSrc1(), dex_location); in TEST_P() 596 Copy(GetDexSrc1(), dex_location); in TEST_P() 646 Copy(GetDexSrc1(), dex_location); in TEST_P() 696 Copy(GetDexSrc1(), dex_location); in TEST_P() 744 Copy(GetDexSrc1(), dex_location); in TEST_P() [all …]
|
D | oat_file_test.cc | 34 Copy(GetDexSrc1(), dex_location); in TEST_F()
|
/art/runtime/ |
D | dex2oat_environment_test.h | 107 ASSERT_TRUE(OS::FileExists(GetDexSrc1().c_str())) in SetUp() 108 << "Expected dex file to be at: " << GetDexSrc1(); in SetUp() 168 std::string GetDexSrc1() const { in GetDexSrc1() function
|
/art/runtime/gc/space/ |
D | image_space_test.cc | 229 Copy(GetDexSrc1(), dex1); in TEST_F() 272 Copy(GetDexSrc1(), dex1); in TEST_F() 284 Copy(GetDexSrc1(), dex2); in TEST_F() 292 Copy(GetDexSrc1(), multidex1); in TEST_F() 304 Copy(GetDexSrc1(), dex1); in TEST_F()
|
/art/dex2oat/ |
D | dex2oat_test.cc | 465 Copy(GetDexSrc1(), dex_location); 924 Copy(GetDexSrc1(), dex_location); in TEST_F() 989 std::string GetTestDexFileName() { return GetDexSrc1(); } in GetTestDexFileName() 1027 std::string GetTestDexFileName() { return GetDexSrc1(); } in GetTestDexFileName() 1040 Copy(use_second_source ? GetDexSrc2() : GetDexSrc1(), dex_location); in RunTest() 1359 Copy(GetDexSrc1(), dex_location); in TEST_F() 1376 Copy(GetDexSrc1(), dex_location); in TEST_F() 1400 Copy(GetDexSrc1(), dex_location); in TEST_F() 1956 std::string GetTestDexFileName() { return GetDexSrc1(); } in GetTestDexFileName()
|