| /art/dexoptanalyzer/ |
| D | dexoptanalyzer_test.cc | 117 std::string dex_location = GetScratchDir() + "/DexNoOat.jar"; in TEST_F() local 129 std::string dex_location = GetScratchDir() + "/OatUpToDate.jar"; in TEST_F() local 143 std::string dex_location = GetScratchDir() + "/ProfileOatUpToDate.jar"; in TEST_F() local 158 std::string dex_location = GetScratchDir() + "/VerifyAndEmptyProfiles.jar"; in TEST_F() local 186 std::string dex_location = GetScratchDir() + "/Downgrade.jar"; in TEST_F() local 199 std::string dex_location = GetScratchDir() + "/MultiDexOatUpToDate.jar"; in TEST_F() local 210 std::string dex_location = GetScratchDir() + "/MultiDexSecondaryOutOfDate.jar"; in TEST_F() local 227 std::string dex_location = GetScratchDir() + "/OatDexOutOfDate.jar"; in TEST_F() local 242 std::string dex_location = GetScratchDir() + "/OatImageOutOfDate.jar"; in TEST_F() local 257 std::string dex_location = GetScratchDir() + "/DexOdexNoOat.jar"; in TEST_F() local [all …]
|
| /art/runtime/ |
| D | oat_file_assistant_test.cc | 205 OatFileAssistant CreateOatFileAssistant(const char* dex_location, in CreateOatFileAssistant() 239 explicit ScopedNonWritable(const std::string& dex_location) { in ScopedNonWritable() 274 std::string dex_location = GetScratchDir() + "/RelativeEncodedDexLocation.jar"; in TEST_P() local 309 std::string dex_location = GetScratchDir() + "/TestDex.jar"; in TEST_P() local 339 std::string dex_location = GetScratchDir() + "/TestDex.jar"; in TEST_P() local 375 std::string dex_location = GetScratchDir() + "/DexNoOat.jar"; in TEST_P() local 413 std::string dex_location = GetScratchDir() + "/NoDexNoOat.jar"; in TEST_P() local 439 std::string dex_location = GetScratchDir() + "/OdexUpToDate.jar"; in TEST_P() local 480 std::string dex_location = GetScratchDir() + "/OdexUpToDate.jar"; in TEST_P() local 527 std::string dex_location = GetScratchDir() + "/OdexUpToDate.jar"; in TEST_P() local [all …]
|
| D | oat_file_test.cc | 32 std::string dex_location = GetScratchDir() + "/LoadOat.jar"; in TEST_F() local 56 std::string dex_location = GetScratchDir() + "/MultiDexUncompressedAligned.jar"; in TEST_F() local
|
| D | dexopt_test.cc | 98 void DexoptTest::GenerateOatForTest(const std::string& dex_location, in GenerateOatForTest() 177 void DexoptTest::GenerateOdexForTest(const std::string& dex_location, in GenerateOdexForTest() 190 void DexoptTest::GenerateOatForTest(const char* dex_location, in GenerateOatForTest() 201 void DexoptTest::GenerateOatForTest(const char* dex_location, CompilerFilter::Filter filter) { in GenerateOatForTest()
|
| D | oat_file_assistant.cc | 92 OatFileAssistant::OatFileAssistant(const char* dex_location, in OatFileAssistant() 108 OatFileAssistant::OatFileAssistant(const char* dex_location, in OatFileAssistant() 410 const OatFile& oat_file, const char* dex_location) { in LoadDexFiles() 420 const std::string& dex_location, in LoadDexFiles() 568 /* out */ std::string* dex_location, in AnonymousDexVdexLocation()
|
| D | oat_file_manager.cc | 178 const char* dex_location, in OpenDexFilesFromOat() 531 std::string dex_location; in OpenDexFilesFromOat_Impl() local 813 std::string dex_location = dex_files[0]->GetLocation(); in RunBackgroundVerification() local
|
| D | oat_file.cc | 537 std::string dex_location = dex_file->GetLocation(); in Setup() local 1729 const std::string& dex_location, in Open() 2088 const OatDexFile* OatFile::GetOatDexFile(const char* dex_location, in GetOatDexFile()
|
| D | hidden_api.cc | 102 static Domain DetermineDomainFromLocation(const std::string& dex_location, in DetermineDomainFromLocation()
|
| D | common_runtime_test.cc | 474 for (const std::string& dex_location : dex_locations) { in CompileBootImage() local
|
| D | class_loader_context_test.cc | 1658 std::string dex_location = GetTestDexFileName("ForClassLoaderA"); in TEST_F() local 1681 std::string dex_location = GetTestDexFileName("ForClassLoaderA"); in TEST_F() local 1701 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 107 ::testing::AssertionResult GenerateOdexForTest(const std::string& dex_location, in GenerateOdexForTest() 127 ::testing::AssertionResult GenerateOdexForTest(const std::string& dex_location, in GenerateOdexForTest() 221 std::string dex_location = GetScratchDir() + "/Dex2OatSwapTest.jar"; local 461 std::string dex_location = GetScratchDir() + "/DexNoOat.jar"; local 480 void CheckResult(const std::string& dex_location, in CheckResult() 602 const std::string& dex_location, in GenerateProfile() 630 void CompileProfileOdex(const std::string& dex_location, in CompileProfileOdex() 659 void CompileProfileOdex(const std::string& dex_location, in CompileProfileOdex() 690 std::string dex_location = GetScratchDir() + "/DexNoOat.jar"; in RunTest() local [all …]
|
| D | dex2oat_cts_test.cc | 69 const std::string dex_location = GetTestDexFileName("Main"); in TEST_F() local
|
| D | dex2oat_vdex_test.cc | 40 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 | 150 std::string DexFileLoader::GetMultiDexLocation(size_t index, const char* dex_location) { in GetMultiDexLocation() 156 std::string DexFileLoader::GetDexCanonicalLocation(const char* dex_location) { in GetDexCanonicalLocation()
|
| D | art_dex_file_loader_test.cc | 358 std::string dex_location(dex_location_real.get()); in TEST_F() local
|
| D | dex_file_loader_test.cc | 374 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/test/155-java-set-resolved-type/src/ |
| D | Main.java | 33 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 | 616 const std::string& dex_location, in GetProfileDexFileAugmentedKey() 629 std::string_view dex_location) { in GetProfileDexFileBaseKeyView() 640 std::string ProfileCompilationInfo::GetProfileDexFileBaseKey(const std::string& dex_location) { in GetProfileDexFileBaseKey() 1389 const std::string& dex_location = dex_file->GetLocation(); in VerifyProfileData() local 2251 std::string dex_location = DexFileLoader::GetMultiDexLocation(i, base_dex_location.c_str()); in GenerateTestProfile() local 2301 const std::string& dex_location = dex_file->GetLocation(); in GenerateTestProfile() local
|
| D | profile_compilation_info_test.cc | 486 std::string dex_location(kInvalidDexFileLocationLength, 'a'); in TEST_F() local 1105 [&dex1 = dex1, &dex3 = dex3](const std::string& dex_location, uint32_t checksum) -> bool { in TEST_F() 1241 [dex2_1000](const std::string& dex_location, uint32_t checksum) -> bool { in TEST_F()
|
| /art/libartbase/base/ |
| D | file_utils.cc | 623 static std::string GetApexDataDalvikCacheFilename(std::string_view dex_location, in GetApexDataDalvikCacheFilename() 659 std::string GetApexDataBootImage(std::string_view dex_location) { in GetApexDataBootImage() 666 std::string GetApexDataImage(std::string_view dex_location) { in GetApexDataImage() 673 std::string GetApexDataDalvikCacheFilename(std::string_view dex_location, in GetApexDataDalvikCacheFilename() 684 std::string GetDmFilename(const std::string& dex_location) { in GetDmFilename()
|
| /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
|