Home
last modified time | relevance | path

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

12

/art/runtime/
Doat_file_test.cc34 std::string dex_location; in TEST_F() local
45 std::string dex_location; in TEST_F() local
56 std::string dex_location; in TEST_F() local
67 std::string dex_location; in TEST_F() local
79 std::string dex_location; in TEST_F() local
90 std::string dex_location; in TEST_F() local
101 std::string dex_location; in TEST_F() local
112 std::string dex_location; in TEST_F() local
124 std::string dex_location; in TEST_F() local
135 std::string dex_location = GetScratchDir() + "/LoadOat.jar"; in TEST_F() local
[all …]
Doat_file_assistant_test.cc76 explicit ScopedNonWritable(const std::string& dex_location) { in ScopedNonWritable()
111 std::string dex_location = GetScratchDir() + "/RelativeEncodedDexLocation.jar"; in TEST_F() local
140 std::string dex_location = GetScratchDir() + "/TestDex.jar"; in TEST_F() local
167 std::string dex_location = GetScratchDir() + "/TestDex.jar"; in TEST_F() local
201 std::string dex_location = GetScratchDir() + "/DexNoOat.jar"; in TEST_F() local
226 std::string dex_location = GetScratchDir() + "/NoDexNoOat.jar"; in TEST_F() local
242 std::string dex_location = GetScratchDir() + "/OdexUpToDate.jar"; in TEST_F() local
271 std::string dex_location = GetScratchDir() + "/OdexUpToDate.jar"; in TEST_F() local
305 std::string dex_location = GetScratchDir() + "/OdexUpToDate.jar"; in TEST_F() local
342 std::string dex_location = GetScratchDir() + "/OatUpToDate.jar"; in TEST_F() local
[all …]
Ddexopt_test.cc71 void DexoptTest::GenerateOatForTest(const std::string& dex_location, in GenerateOatForTest()
143 void DexoptTest::GenerateOdexForTest(const std::string& dex_location, in GenerateOdexForTest()
156 void DexoptTest::GenerateOatForTest(const char* dex_location, in GenerateOatForTest()
169 void DexoptTest::GenerateOatForTest(const char* dex_location, CompilerFilter::Filter filter) { in GenerateOatForTest()
Doat_file_assistant.cc76 OatFileAssistant::OatFileAssistant(const char* dex_location, in OatFileAssistant()
89 OatFileAssistant::OatFileAssistant(const char* dex_location, in OatFileAssistant()
259 const OatFile &oat_file, const char *dex_location) { in LoadDexFiles()
270 const std::string& dex_location, in LoadDexFiles()
439 /* out */ std::string* dex_location, in AnonymousDexVdexLocation()
Doat_file_manager.cc448 const char* dex_location, in OpenDexFilesFromOat()
723 std::string dex_location; in OpenDexFilesFromOat_Impl() local
997 std::string dex_location; in RunBackgroundVerification() local
Dhidden_api.cc76 static Domain DetermineDomainFromLocation(const std::string& dex_location, in DetermineDomainFromLocation()
Doat_file.cc456 std::string dex_location = dex_file->GetLocation(); in Setup() local
1792 const OatDexFile* OatFile::GetOatDexFile(const char* dex_location, in GetOatDexFile()
Dclass_loader_context_test.cc1366 std::string dex_location = GetTestDexFileName("ForClassLoaderA"); in TEST_F() local
1389 std::string dex_location = GetTestDexFileName("ForClassLoaderA"); in TEST_F() local
/art/dexoptanalyzer/
Ddexoptanalyzer_test.cc97 std::string dex_location = GetScratchDir() + "/DexNoOat.jar"; in TEST_F() local
108 std::string dex_location = GetScratchDir() + "/OatUpToDate.jar"; in TEST_F() local
120 std::string dex_location = GetScratchDir() + "/ProfileOatUpToDate.jar"; in TEST_F() local
131 std::string dex_location = GetScratchDir() + "/Downgrade.jar"; in TEST_F() local
142 std::string dex_location = GetScratchDir() + "/MultiDexOatUpToDate.jar"; in TEST_F() local
151 std::string dex_location = GetScratchDir() + "/MultiDexSecondaryOutOfDate.jar"; in TEST_F() local
168 std::string dex_location = GetScratchDir() + "/OatDexOutOfDate.jar"; in TEST_F() local
183 std::string dex_location = GetScratchDir() + "/OatImageOutOfDate.jar"; in TEST_F() local
200 std::string dex_location = GetScratchDir() + "/OatVerifyAtRuntimeImageOutOfDate.jar"; in TEST_F() local
213 std::string dex_location = GetScratchDir() + "/DexOdexNoOat.jar"; in TEST_F() local
[all …]
/art/dex2oat/
Ddex2oat_test.cc81 for (const std::string& dex_location : dex_locations) { local
110 const std::string& dex_location, in GenerateOdexForTest()
129 const std::string& dex_location, in GenerateOdexForTest()
253 std::string dex_location = GetScratchDir() + "/Dex2OatSwapTest.jar"; local
485 std::string dex_location = GetScratchDir() + "/DexNoOat.jar"; local
505 void CheckResult(const std::string& dex_location, in CheckResult()
635 const std::string& dex_location, in GenerateProfile()
653 void CompileProfileOdex(const std::string& dex_location, in CompileProfileOdex()
708 std::string dex_location = GetScratchDir() + "/DexNoOat.jar"; in RunTest() local
745 std::string dex_location = GetScratchDir() + "/DexNoOat.jar"; in RunTestVDex() local
[all …]
/art/libdexfile/dex/
Dtest_dex_file_builder_test.cc31 const char* dex_location = "TestDexFileBuilder/SimpleTest"; in TEST() local
Ddex_cache_resolved_classes.h31 DexCacheResolvedClasses(const std::string& dex_location, in DexCacheResolvedClasses()
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()
Dart_dex_file_loader_test.cc296 std::string dex_location(dex_location_real.get()); in TEST_F() local
Dtest_dex_file_builder.h85 std::unique_ptr<const DexFile> Build(const std::string& dex_location) { in Build()
Ddex_file_loader_test.cc405 const char* dex_location = dex_location_str.c_str(); in TEST_F() local
/art/test/164-resolution-trampoline-dex-cache/src/
DMain.java29 String dex_location = System.getenv("DEX_LOCATION"); in main() local
/art/test/155-java-set-resolved-type/src/
DMain.java33 String dex_location = System.getenv("DEX_LOCATION"); in main() local
/art/runtime/jit/
Dprofiling_info_test.cc66 bool AddMethod(const std::string& dex_location, in AddMethod()
77 bool AddMethod(const std::string& dex_location, in AddMethod()
86 bool AddClass(const std::string& dex_location, in AddClass()
Djit.cc649 static std::string GetProfileFile(const std::string& dex_location) { in GetProfileFile()
/art/oatdump/
Doatdump_test.cc97 const std::string dex_location = in TEST_F() local
/art/test/692-vdex-inmem-loader/
Dvdex_inmem_loader.cc94 std::string dex_location; in Java_Main_hasVdexFile() local
/art/libprofile/profile/
Dprofile_compilation_info.h104 std::string dex_location; member
663 std::string dex_location; member
/art/profman/
Dprofile_assistant_test.cc124 std::string dex_location = "location1" + id; in SetupBasicProfile() local
248 const std::string& dex_location) { in CreateProfile()
1225 [&d1, &d2](const std::string& dex_location, uint32_t checksum) -> bool { in TEST_F()
/art/dexlayout/
Ddexlayout_test.cc330 const std::string& dex_location) { in CreateProfile()

12