/art/dexoptanalyzer/ |
D | dexoptanalyzer_test.cc | 117 std::string dex_location = GetScratchDir() + "/DexNoOat.jar"; in TEST_F() local 130 std::string dex_location = GetScratchDir() + "/OatUpToDate.jar"; in TEST_F() local 145 std::string dex_location = GetScratchDir() + "/ProfileOatUpToDate.jar"; in TEST_F() local 160 std::string dex_location = GetScratchDir() + "/VerifyAndEmptyProfiles.jar"; in TEST_F() local 188 std::string dex_location = GetScratchDir() + "/Downgrade.jar"; in TEST_F() local 203 std::string dex_location = GetScratchDir() + "/MultiDexOatUpToDate.jar"; in TEST_F() local 214 std::string dex_location = GetScratchDir() + "/MultiDexSecondaryOutOfDate.jar"; in TEST_F() local 231 std::string dex_location = GetScratchDir() + "/OatDexOutOfDate.jar"; in TEST_F() local 247 std::string dex_location = GetScratchDir() + "/OatImageOutOfDate.jar"; in TEST_F() local 266 std::string dex_location = GetScratchDir() + "/OatVerifyAtRuntimeImageOutOfDate.jar"; in TEST_F() local [all …]
|
/art/runtime/ |
D | oat_file_assistant_test.cc | 123 explicit ScopedNonWritable(const std::string& dex_location) { in ScopedNonWritable() 158 std::string dex_location = GetScratchDir() + "/RelativeEncodedDexLocation.jar"; in TEST_F() local 190 std::string dex_location = GetScratchDir() + "/TestDex.jar"; in TEST_F() local 218 std::string dex_location = GetScratchDir() + "/TestDex.jar"; in TEST_F() local 250 std::string dex_location = GetScratchDir() + "/DexNoOat.jar"; in TEST_F() local 283 std::string dex_location = GetScratchDir() + "/NoDexNoOat.jar"; in TEST_F() local 302 std::string dex_location = GetScratchDir() + "/OdexUpToDate.jar"; in TEST_F() local 339 std::string dex_location = GetScratchDir() + "/OdexUpToDate.jar"; in TEST_F() local 381 std::string dex_location = GetScratchDir() + "/OdexUpToDate.jar"; in TEST_F() local 421 std::string dex_location = GetScratchDir() + "/OatUpToDate.jar"; in TEST_F() local [all …]
|
D | oat_file_test.cc | 34 std::string dex_location = GetScratchDir() + "/LoadOat.jar"; in TEST_F() local 57 std::string dex_location = GetScratchDir() + "/MultiDexUncompressedAligned.jar"; in TEST_F() local
|
D | dexopt_test.cc | 97 void DexoptTest::GenerateOatForTest(const std::string& dex_location, in GenerateOatForTest() 185 void DexoptTest::GenerateOdexForTest(const std::string& dex_location, in GenerateOdexForTest() 198 void DexoptTest::GenerateOatForTest(const char* dex_location, in GenerateOatForTest() 211 void DexoptTest::GenerateOatForTest(const char* dex_location, CompilerFilter::Filter filter) { in GenerateOatForTest()
|
D | oat_file_assistant.cc | 79 OatFileAssistant::OatFileAssistant(const char* dex_location, in OatFileAssistant() 94 OatFileAssistant::OatFileAssistant(const char* dex_location, in OatFileAssistant() 270 const OatFile &oat_file, const char *dex_location) { in LoadDexFiles() 281 const std::string& dex_location, in LoadDexFiles() 475 /* out */ std::string* dex_location, in AnonymousDexVdexLocation()
|
D | oat_file_manager.cc | 169 const char* dex_location, in OpenDexFilesFromOat() 470 std::string dex_location; in OpenDexFilesFromOat_Impl() local 740 std::string dex_location = dex_files[0]->GetLocation(); in RunBackgroundVerification() local
|
D | oat_file.cc | 484 std::string dex_location = dex_file->GetLocation(); in Setup() local 1592 const std::string& dex_location, in Open() 1924 const OatDexFile* OatFile::GetOatDexFile(const char* dex_location, in GetOatDexFile()
|
D | hidden_api.cc | 95 static Domain DetermineDomainFromLocation(const std::string& dex_location, in DetermineDomainFromLocation()
|
D | common_runtime_test.cc | 449 for (const std::string& dex_location : dex_locations) { in CompileBootImage() local
|
D | class_loader_context_test.cc | 1585 std::string dex_location = GetTestDexFileName("ForClassLoaderA"); in TEST_F() local 1608 std::string dex_location = GetTestDexFileName("ForClassLoaderA"); in TEST_F() local 1628 std::string dex_location = GetTestDexFileName("MultiDex"); in TEST_F() local
|
/art/dex2oat/ |
D | dex2oat_test.cc | 79 for (const std::string& dex_location : dex_locations) { local 108 const std::string& dex_location, in GenerateOdexForTest() 129 const std::string& dex_location, in GenerateOdexForTest() 228 std::string dex_location = GetScratchDir() + "/Dex2OatSwapTest.jar"; local 468 std::string dex_location = GetScratchDir() + "/DexNoOat.jar"; local 488 void CheckResult(const std::string& dex_location, in CheckResult() 634 void CompileProfileOdex(const std::string& dex_location, in CompileProfileOdex() 686 std::string dex_location = GetScratchDir() + "/DexNoOat.jar"; in RunTest() local 723 const std::string& dex_location, in CheckCompilerFilter() 738 std::string dex_location = GetScratchDir() + "/DexNoOat.jar"; in RunTestVDex() local [all …]
|
D | dex2oat_vdex_test.cc | 42 bool RunDex2oat(const std::string& dex_location, in RunDex2oat()
|
/art/libdexfile/dex/ |
D | test_dex_file_builder_test.cc | 31 const char* dex_location = "TestDexFileBuilder/SimpleTest"; in TEST() local
|
D | dex_file_loader.cc | 179 std::string DexFileLoader::GetMultiDexLocation(size_t index, const char* dex_location) { in GetMultiDexLocation() 185 std::string DexFileLoader::GetDexCanonicalLocation(const char* dex_location) { in GetDexCanonicalLocation()
|
D | art_dex_file_loader_test.cc | 305 std::string dex_location(dex_location_real.get()); in TEST_F() local
|
D | dex_file_loader_test.cc | 395 const char* dex_location = dex_location_str.c_str(); in TEST_F() local
|
/art/test/164-resolution-trampoline-dex-cache/src/ |
D | Main.java | 29 String dex_location = System.getenv("DEX_LOCATION"); in main() local
|
/art/libprofile/profile/ |
D | profile_boot_info.cc | 95 std::string dex_location = file->GetLocation(); in Load() local
|
D | profile_compilation_info.cc | 603 const std::string& dex_location, in GetProfileDexFileAugmentedKey() 616 std::string_view dex_location) { in GetProfileDexFileBaseKeyView() 627 std::string ProfileCompilationInfo::GetProfileDexFileBaseKey(const std::string& dex_location) { in GetProfileDexFileBaseKey() 1305 const std::string& dex_location = dex_file->GetLocation(); in VerifyProfileData() local 2152 std::string dex_location = DexFileLoader::GetMultiDexLocation(i, base_dex_location.c_str()); in GenerateTestProfile() local
|
D | profile_compilation_info_test.cc | 474 std::string dex_location(kInvalidDexFileLocationLength, 'a'); in TEST_F() local 1059 [&dex1 = dex1, &dex3 = dex3](const std::string& dex_location, uint32_t checksum) -> bool { in TEST_F() 1195 [dex2_1000](const std::string& dex_location, uint32_t checksum) -> bool { in TEST_F()
|
/art/test/155-java-set-resolved-type/src/ |
D | Main.java | 33 String dex_location = System.getenv("DEX_LOCATION"); in main() local
|
/art/libartbase/base/ |
D | file_utils.cc | 431 static std::string GetApexDataDalvikCacheFilename(std::string_view dex_location, in GetApexDataDalvikCacheFilename() 465 std::string GetApexDataBootImage(std::string_view dex_location) { in GetApexDataBootImage() 472 std::string GetApexDataImage(std::string_view dex_location) { in GetApexDataImage() 479 std::string GetApexDataDalvikCacheFilename(std::string_view dex_location, in GetApexDataDalvikCacheFilename()
|
/art/oatdump/ |
D | oatdump_test.cc | 92 const std::string dex_location = in TEST_F() local
|
/art/test/692-vdex-inmem-loader/ |
D | vdex_inmem_loader.cc | 94 std::string dex_location = dex_files[0]->GetLocation(); in Java_Main_hasVdexFile() local
|
/art/profman/ |
D | profile_assistant_test.cc | 210 const std::string& dex_location, in CreateProfile() 1802 [&d1, &d2](const std::string& dex_location, uint32_t checksum) -> bool { in TEST_F()
|