/art/dexoptanalyzer/ |
D | dexoptanalyzer_test.cc | 102 std::string dex_location = GetScratchDir() + "/DexNoOat.jar"; in TEST_F() local 114 std::string dex_location = GetScratchDir() + "/OatUpToDate.jar"; in TEST_F() local 127 std::string dex_location = GetScratchDir() + "/ProfileOatUpToDate.jar"; in TEST_F() local 138 std::string dex_location = GetScratchDir() + "/Downgrade.jar"; in TEST_F() local 149 std::string dex_location = GetScratchDir() + "/MultiDexOatUpToDate.jar"; in TEST_F() local 158 std::string dex_location = GetScratchDir() + "/MultiDexSecondaryOutOfDate.jar"; in TEST_F() local 175 std::string dex_location = GetScratchDir() + "/OatDexOutOfDate.jar"; in TEST_F() local 190 std::string dex_location = GetScratchDir() + "/OatImageOutOfDate.jar"; in TEST_F() local 207 std::string dex_location = GetScratchDir() + "/OatVerifyAtRuntimeImageOutOfDate.jar"; in TEST_F() local 220 std::string dex_location = GetScratchDir() + "/DexOdexNoOat.jar"; in TEST_F() local [all …]
|
/art/runtime/ |
D | oat_file_assistant_test.cc | 105 explicit ScopedNonWritable(const std::string& dex_location) { in ScopedNonWritable() 140 std::string dex_location = GetScratchDir() + "/RelativeEncodedDexLocation.jar"; in TEST_F() local 169 std::string dex_location = GetScratchDir() + "/TestDex.jar"; in TEST_F() local 196 std::string dex_location = GetScratchDir() + "/TestDex.jar"; in TEST_F() local 228 std::string dex_location = GetScratchDir() + "/DexNoOat.jar"; in TEST_F() local 253 std::string dex_location = GetScratchDir() + "/NoDexNoOat.jar"; in TEST_F() local 269 std::string dex_location = GetScratchDir() + "/OdexUpToDate.jar"; in TEST_F() local 298 std::string dex_location = GetScratchDir() + "/OdexUpToDate.jar"; in TEST_F() local 332 std::string dex_location = GetScratchDir() + "/OdexUpToDate.jar"; in TEST_F() local 369 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 | 94 void DexoptTest::GenerateOatForTest(const std::string& dex_location, in GenerateOatForTest() 165 void DexoptTest::GenerateOdexForTest(const std::string& dex_location, in GenerateOdexForTest() 178 void DexoptTest::GenerateOatForTest(const char* dex_location, in GenerateOatForTest() 191 void DexoptTest::GenerateOatForTest(const char* dex_location, CompilerFilter::Filter filter) { in GenerateOatForTest()
|
D | oat_file_assistant.cc | 77 OatFileAssistant::OatFileAssistant(const char* dex_location, in OatFileAssistant() 90 OatFileAssistant::OatFileAssistant(const char* dex_location, in OatFileAssistant() 253 const OatFile &oat_file, const char *dex_location) { in LoadDexFiles() 264 const std::string& dex_location, in LoadDexFiles() 436 /* out */ std::string* dex_location, in AnonymousDexVdexLocation()
|
D | oat_file_manager.cc | 213 const char* dex_location, in OpenDexFilesFromOat() 488 std::string dex_location; in OpenDexFilesFromOat_Impl() local 763 std::string dex_location; in RunBackgroundVerification() local
|
D | hidden_api.cc | 89 static Domain DetermineDomainFromLocation(const std::string& dex_location, in DetermineDomainFromLocation()
|
D | common_runtime_test.cc | 445 for (const std::string& dex_location : dex_locations) { in CompileBootImage() local
|
D | class_loader_context_test.cc | 1560 std::string dex_location = GetTestDexFileName("ForClassLoaderA"); in TEST_F() local 1583 std::string dex_location = GetTestDexFileName("ForClassLoaderA"); in TEST_F() local 1603 std::string dex_location = GetTestDexFileName("MultiDex"); in TEST_F() local
|
D | oat_file.cc | 470 std::string dex_location = dex_file->GetLocation(); in Setup() local 1795 const OatDexFile* OatFile::GetOatDexFile(const char* dex_location, in GetOatDexFile()
|
/art/dex2oat/ |
D | dex2oat_test.cc | 82 for (const std::string& dex_location : dex_locations) { local 111 const std::string& dex_location, in GenerateOdexForTest() 132 const std::string& dex_location, in GenerateOdexForTest() 267 std::string dex_location = GetScratchDir() + "/Dex2OatSwapTest.jar"; local 500 std::string dex_location = GetScratchDir() + "/DexNoOat.jar"; local 520 void CheckResult(const std::string& dex_location, in CheckResult() 668 void CompileProfileOdex(const std::string& dex_location, in CompileProfileOdex() 720 std::string dex_location = GetScratchDir() + "/DexNoOat.jar"; in RunTest() local 757 std::string dex_location = GetScratchDir() + "/DexNoOat.jar"; in RunTestVDex() local 795 void CheckResult(const std::string& dex_location, in CheckResult() [all …]
|
/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 | 296 std::string dex_location(dex_location_real.get()); in TEST_F() local
|
D | test_dex_file_builder.h | 85 std::unique_ptr<const DexFile> Build(const std::string& dex_location) { in Build()
|
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 | 162 const std::string& dex_location, in GetProfileDexFileAugmentedKey() 174 std::string ProfileCompilationInfo::GetProfileDexFileBaseKey(const std::string& dex_location) { in GetProfileDexFileBaseKey() 1120 const std::string& dex_location = dex_file->GetLocation(); in VerifyProfileData() local 1820 std::string dex_location = DexFileLoader::GetMultiDexLocation(i, base_dex_location.c_str()); in GenerateTestProfile() local
|
D | profile_compilation_info_test.cc | 1005 [&dex1 = dex1, &dex3 = dex3](const std::string& dex_location, uint32_t checksum) -> bool { in TEST_F() 1169 [&dex2 = dex2](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/oatdump/ |
D | oatdump_test.cc | 95 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; in Java_Main_hasVdexFile() local
|
/art/profman/ |
D | profile_assistant_test.cc | 234 const std::string& dex_location) { in CreateProfile() 1330 [&d1, &d2](const std::string& dex_location, uint32_t checksum) -> bool { in TEST_F()
|
/art/runtime/jit/ |
D | jit.cc | 826 static std::string GetProfileFile(const std::string& dex_location) { in GetProfileFile()
|