Searched refs:GetDexSrc2 (Results 1 – 5 of 5) sorted by relevance
/aosp12/art/runtime/ |
H A D | dex2oat_environment_test.h | 85 ASSERT_TRUE(OS::FileExists(GetDexSrc2().c_str())) in SetUp() 86 << "Expected dex file to be at: " << GetDexSrc2(); in SetUp() 164 std::string GetDexSrc2() const { in GetDexSrc2() function
|
H A D | oat_file_assistant_test.cc | 194 Copy(GetDexSrc2(), context_location); in TEST_F() 222 Copy(GetDexSrc2(), context_location); in TEST_F() 786 Copy(GetDexSrc2(), dex_location); in TEST_F() 822 Copy(GetDexSrc2(), dex_location); in TEST_F() 1436 Copy(GetDexSrc2(), context_location); in TEST_F()
|
/aosp12/art/runtime/gc/space/ |
H A D | image_space_test.cc | 232 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() 347 for (const std::string& src : { GetDexSrc1(), GetDexSrc2() }) { in TEST_F()
|
/aosp12/art/dexoptanalyzer/ |
H A D | dexoptanalyzer_test.cc | 238 Copy(GetDexSrc2(), dex_location); in TEST_F() 354 Copy(GetDexSrc2(), dex_location2); in TEST_F()
|
/aosp12/art/dex2oat/ |
H A D | dex2oat_test.cc | 689 Copy(GetDexSrc2(), dex_location); in RunTest() 742 Copy(GetDexSrc2(), dex_location); in RunTestVDex() 935 Copy(use_second_source ? GetDexSrc2() : GetDexSrc1(), dex_location); in RunTest()
|