Home
last modified time | relevance | path

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

/art/runtime/
Ddex_file_test.cc353 const char* dex_location = dex_location_str.c_str(); in TEST_F() local
362 std::string dex_location(dex_location_real.get()); in TEST_F() local
Dclass_linker.cc697 const char* dex_location = dex_file.GetLocation().c_str(); in FindOpenedOatDexFileForDexFile() local
703 const char* dex_location, in FindOpenedOatDexFile()
736 const char* dex_location, in LoadMultiDexFilesFromOatFile()
827 bool ClassLinker::OpenDexFilesFromOat(const char* dex_location, const char* oat_location, in OpenDexFilesFromOat()
979 const OatFile* ClassLinker::FindOatFileInOatLocationForDexFile(const char* dex_location, in FindOatFileInOatLocationForDexFile()
1044 const OatFile* ClassLinker::CreateOatFileForDexLocation(const char* dex_location, in CreateOatFileForDexLocation()
1135 const char* dex_location, in VerifyOatAndDexFileChecksums()
1168 const char* dex_location, in VerifyOatWithDexFile()
1199 const char* dex_location, in FindOatFileContainingDexFileFromDexLocation()
1247 const OatFile* ClassLinker::OpenOatFileFromDexLocation(const std::string& dex_location, in OpenOatFileFromDexLocation()
Doat_file.cc368 const OatFile::OatDexFile* OatFile::GetOatDexFile(const char* dex_location, in GetOatDexFile()
Ddex_file.cc960 std::string DexFile::GetMultiDexClassesDexName(size_t number, const char* dex_location) { in GetMultiDexClassesDexName()
968 std::string DexFile::GetDexCanonicalLocation(const char* dex_location) { in GetDexCanonicalLocation()
/art/dex2oat/
Ddex2oat.cc600 const char* dex_location = dex_locations[i]; in OpenDexFiles() local