Home
last modified time | relevance | path

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

/art/runtime/
Doat_file_assistant_test.cc189 void GenerateOdexForTest(const std::string& dex_location, in GenerateOdexForTest()
215 void GeneratePicOdexForTest(const std::string& dex_location, in GeneratePicOdexForTest()
284 static void GenerateOatForTest(const char* dex_location) { in GenerateOatForTest()
294 std::string dex_location = GetScratchDir() + "/DexNoOat.jar"; in TEST_F() local
318 std::string dex_location = GetScratchDir() + "/NoDexNoOat.jar"; in TEST_F() local
337 std::string dex_location = GetScratchDir() + "/OatUpToDate.jar"; in TEST_F() local
359 std::string dex_location = GetScratchDir() + "/MultiDexOatUpToDate.jar"; in TEST_F() local
379 std::string dex_location = GetScratchDir() + "/MultiDexSecondaryOutOfDate.jar"; in TEST_F() local
398 std::string dex_location = GetScratchDir() + "/RelativeEncodedDexLocation.jar"; in TEST_F() local
428 std::string dex_location = GetScratchDir() + "/OatOutOfDate.jar"; in TEST_F() local
[all …]
Doat_file_assistant.cc46 OatFileAssistant::OatFileAssistant(const char* dex_location, in OatFileAssistant()
51 OatFileAssistant::OatFileAssistant(const char* dex_location, in OatFileAssistant()
57 OatFileAssistant::OatFileAssistant(const char* dex_location, in OatFileAssistant()
63 OatFileAssistant::OatFileAssistant(const char* dex_location, in OatFileAssistant()
205 const OatFile& oat_file, const char* dex_location) { in LoadDexFiles()
Ddex_file_test.cc361 const char* dex_location = dex_location_str.c_str(); in TEST_F() local
372 std::string dex_location(dex_location_real.get()); in TEST_F() local
Ddex_file.cc1023 std::string DexFile::GetMultiDexLocation(size_t index, const char* dex_location) { in GetMultiDexLocation()
1031 std::string DexFile::GetDexCanonicalLocation(const char* dex_location) { in GetDexCanonicalLocation()
Doat_file.cc528 const OatFile::OatDexFile* OatFile::GetOatDexFile(const char* dex_location, in GetOatDexFile()
Druntime.cc768 const char* dex_location = dex_locations[i].c_str(); in OpenDexFiles() local
Dclass_linker.cc903 const char* dex_location, const char* oat_location, in OpenDexFilesFromOat()
/art/compiler/utils/
Dtest_dex_file_builder_test.cc32 const char* dex_location = "TestDexFileBuilder/SimpleTest"; in TEST() local
Dtest_dex_file_builder.h81 std::unique_ptr<const DexFile> Build(const std::string& dex_location) { in Build()
/art/dex2oat/
Ddex2oat.cc1631 const char* dex_location = dex_locations[i]; in OpenDexFiles() local