Home
last modified time | relevance | path

Searched defs:dex_location (Results 1 – 25 of 31) sorted by relevance

12

/aosp12/art/dexoptanalyzer/
H A Ddexoptanalyzer_test.cc117 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
188 std::string dex_location = GetScratchDir() + "/Downgrade.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
281 std::string dex_location = GetScratchDir() + "/DexOdexNoOat.jar"; in TEST_F() local
295 std::string dex_location = GetScratchDir() + "/ResourceOnlyDex.jar"; in TEST_F() local
306 std::string dex_location = GetScratchDir() + "/OdexOatOverlap.jar"; in TEST_F() local
334 std::string dex_location = GetScratchDir() + "/LongDexExtension.jarx"; in TEST_F() local
[all …]
/aosp12/art/runtime/
H A Doat_file_assistant_test.cc123 explicit ScopedNonWritable(const std::string& dex_location) { in ScopedNonWritable()
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
1209 std::string dex_location = "/xx"; in TEST_F() local
1247 const std::string& dex_location, in RaceGenerateTask()
1431 std::string dex_location = GetScratchDir() + "/TestDex.jar"; in TEST_F() local
1496 std::string dex_location = GetScratchDir() + "/TestDex.jar"; in TEST_F() local
1624 std::string dex_location = GetScratchDir() + "/TestDex.jar"; in TEST_F() local
[all …]
H A Doat_file_test.cc34 std::string dex_location = GetScratchDir() + "/LoadOat.jar"; in TEST_F() local
57 std::string dex_location = GetScratchDir() + "/MultiDexUncompressedAligned.jar"; in TEST_F() local
H A Ddexopt_test.cc97 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()
H A Doat_file_assistant.cc79 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()
H A Doat_file_manager.cc169 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
H A Dhidden_api.cc95 static Domain DetermineDomainFromLocation(const std::string& dex_location, in DetermineDomainFromLocation()
H A Doat_file.cc533 std::string dex_location = dex_file->GetLocation(); in Setup() local
1653 const std::string& dex_location, in Open()
2010 const OatDexFile* OatFile::GetOatDexFile(const char* dex_location, in GetOatDexFile()
H A Dcommon_runtime_test.cc449 for (const std::string& dex_location : dex_locations) { in CompileBootImage() local
H A Dclass_loader_context_test.cc1585 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
/aosp12/art/dex2oat/
H A Ddex2oat_test.cc79 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()
488 void CheckResult(const std::string& dex_location, in CheckResult()
634 void CompileProfileOdex(const std::string& dex_location, in CompileProfileOdex()
723 const std::string& dex_location, in CheckCompilerFilter()
775 void CheckResult(const std::string& dex_location, in CheckResult()
932 std::string dex_location = GetUsedDexLocation(); in RunTest() local
1637 const std::string& dex_location = apk_file.GetFilename(); in TEST_F() local
1715 const std::string dex_location = dex->GetLocation(); in TEST_F() local
[all …]
H A Ddex2oat_vdex_test.cc42 bool RunDex2oat(const std::string& dex_location, in RunDex2oat()
/aosp12/art/libdexfile/dex/
H A Dtest_dex_file_builder_test.cc31 const char* dex_location = "TestDexFileBuilder/SimpleTest"; in TEST() local
H A Ddex_file_loader.cc179 std::string DexFileLoader::GetMultiDexLocation(size_t index, const char* dex_location) { in GetMultiDexLocation()
185 std::string DexFileLoader::GetDexCanonicalLocation(const char* dex_location) { in GetDexCanonicalLocation()
H A Dart_dex_file_loader_test.cc305 std::string dex_location(dex_location_real.get()); in TEST_F() local
H A Ddex_file_loader_test.cc395 const char* dex_location = dex_location_str.c_str(); in TEST_F() local
/aosp12/art/test/164-resolution-trampoline-dex-cache/src/
H A DMain.java29 String dex_location = System.getenv("DEX_LOCATION"); in main() local
/aosp12/art/libartbase/base/
H A Dfile_utils.cc431 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()
/aosp12/art/libprofile/profile/
H A Dprofile_boot_info.cc95 std::string dex_location = file->GetLocation(); in Load() local
H A Dprofile_compilation_info.cc603 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
H A Dprofile_compilation_info_test.cc474 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()
/aosp12/art/test/155-java-set-resolved-type/src/
H A DMain.java33 String dex_location = System.getenv("DEX_LOCATION"); in main() local
/aosp12/art/oatdump/
H A Doatdump_test.cc92 const std::string dex_location = in TEST_F() local
/aosp12/art/test/692-vdex-inmem-loader/
H A Dvdex_inmem_loader.cc94 std::string dex_location = dex_files[0]->GetLocation(); in Java_Main_hasVdexFile() local
/aosp12/frameworks/native/cmds/installd/
H A Ddexopt.cpp459 for (const std::string& dex_location : dex_locations) { in SetupArgs() local
517 const std::string& dex_location) { in SetupCopyAndUpdate()

12