Searched refs:GetDexSrc2 (Results 1 – 5 of 5) sorted by relevance
/art/runtime/ |
D | dex2oat_environment_test.h | 114 ASSERT_TRUE(OS::FileExists(GetDexSrc2().c_str())) in SetUp() 115 << "Expected dex file to be at: " << GetDexSrc2(); in SetUp() 192 std::string GetDexSrc2() const { in GetDexSrc2() function
|
/art/runtime/gc/space/ |
D | image_space_test.cc | 231 Copy(GetDexSrc2(), dex2); in TEST_F() 268 Copy(GetDexSrc2(), dex1); in TEST_F() 288 Copy(GetDexSrc2(), dex2); in TEST_F() 312 Copy(GetDexSrc2(), dex2); in TEST_F()
|
/art/dexoptanalyzer/ |
D | dexoptanalyzer_test.cc | 234 Copy(GetDexSrc2(), dex_location); in TEST_F() 316 Copy(GetDexSrc2(), dex_location2); in TEST_F()
|
/art/dex2oat/ |
D | dex2oat_test.cc | 693 Copy(GetDexSrc2(), dex_location); in RunTest() 745 Copy(GetDexSrc2(), dex_location); in RunTestVDex() 856 Copy(GetDexSrc2(), dex_location); in TEST_F() 885 Copy(GetDexSrc2(), dex_location); in TEST_F() 928 Copy(GetDexSrc2(), dex_location); in TEST_F() 1040 Copy(use_second_source ? GetDexSrc2() : GetDexSrc1(), dex_location); in RunTest()
|
/art/runtime/oat/ |
D | oat_file_assistant_test.cc | 317 Copy(GetDexSrc2(), context_location); in TEST_P() 347 Copy(GetDexSrc2(), context_location); in TEST_P() 1058 Copy(GetDexSrc2(), dex_location); in TEST_P() 1095 Copy(GetDexSrc2(), dex_location); in TEST_P() 1186 Copy(GetDexSrc2(), context_location); in TEST_P() 1742 Copy(GetDexSrc2(), context_location); in TEST_P() 2671 for (const std::string& src : {GetDexSrc1(), GetDexSrc2()}) { in TEST_P()
|