Searched refs:GetDexSrc2 (Results 1 – 5 of 5) sorted by relevance
/art/runtime/ |
D | dex2oat_environment_test.h | 81 ASSERT_TRUE(OS::FileExists(GetDexSrc2().c_str())) in SetUp() 82 << "Expected dex file to be at: " << GetDexSrc2(); in SetUp() 160 std::string GetDexSrc2() const { in GetDexSrc2() function
|
D | oat_file_assistant_test.cc | 173 Copy(GetDexSrc2(), context_location); in TEST_F() 200 Copy(GetDexSrc2(), context_location); in TEST_F() 705 Copy(GetDexSrc2(), dex_location); in TEST_F() 731 Copy(GetDexSrc2(), dex_location); in TEST_F() 1290 Copy(GetDexSrc2(), context_location); in TEST_F()
|
/art/runtime/gc/space/ |
D | image_space_test.cc | 236 Copy(GetDexSrc2(), dex2); in TEST_F() 272 Copy(GetDexSrc2(), dex1); in TEST_F() 292 Copy(GetDexSrc2(), dex2); in TEST_F() 316 Copy(GetDexSrc2(), dex2); in TEST_F() 352 for (const std::string& src : { GetDexSrc1(), GetDexSrc2() }) { in TEST_F()
|
/art/dexoptanalyzer/ |
D | dexoptanalyzer_test.cc | 181 Copy(GetDexSrc2(), dex_location); in TEST_F() 251 Copy(GetDexSrc2(), dex_location); in TEST_F() 328 Copy(GetDexSrc2(), dex_location2); in TEST_F()
|
/art/dex2oat/ |
D | dex2oat_test.cc | 723 Copy(GetDexSrc2(), dex_location); in RunTest() 761 Copy(GetDexSrc2(), dex_location); in RunTestVDex() 1097 Copy(use_second_source ? GetDexSrc2() : GetDexSrc1(), dex_location); in RunTest()
|