Home
last modified time | relevance | path

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

/art/runtime/
Ddex_file_test.cc350 const char* dex_location = dex_location_str.c_str(); in TEST_F() local
359 std::string dex_location(dex_location_real.get()); in TEST_F() local
Dclass_linker.cc681 const char* dex_location = dex_file.GetLocation().c_str(); in FindOpenedOatDexFileForDexFile() local
687 const char* dex_location, in FindOpenedOatDexFile()
720 const char* dex_location, in LoadMultiDexFilesFromOatFile()
811 bool ClassLinker::OpenDexFilesFromOat(const char* dex_location, const char* oat_location, in OpenDexFilesFromOat()
963 const OatFile* ClassLinker::FindOatFileInOatLocationForDexFile(const char* dex_location, in FindOatFileInOatLocationForDexFile()
1028 const OatFile* ClassLinker::CreateOatFileForDexLocation(const char* dex_location, in CreateOatFileForDexLocation()
1115 const char* dex_location, in VerifyOatAndDexFileChecksums()
1148 const char* dex_location, in VerifyOatWithDexFile()
1179 const char* dex_location, in FindOatFileContainingDexFileFromDexLocation()
1227 const OatFile* ClassLinker::OpenOatFileFromDexLocation(const std::string& dex_location, in OpenOatFileFromDexLocation()
Doat_file.cc361 const OatFile::OatDexFile* OatFile::GetOatDexFile(const char* dex_location, in GetOatDexFile()
Ddex_file.cc953 std::string DexFile::GetMultiDexClassesDexName(size_t number, const char* dex_location) { in GetMultiDexClassesDexName()
961 std::string DexFile::GetDexCanonicalLocation(const char* dex_location) { in GetDexCanonicalLocation()
/art/dex2oat/
Ddex2oat.cc568 const char* dex_location = dex_locations[i]; in OpenDexFiles() local