Searched defs:dex_location_checksum (Results 1 - 2 of 2) sorted by relevance

/art/runtime/
H A Doat_file.cc362 const uint32_t* dex_location_checksum,
406 (dex_location_checksum == nullptr ||
407 oat_dex_file->GetDexFileLocationChecksum() == *dex_location_checksum)) {
414 if (dex_location_checksum != NULL) {
415 checksum = StringPrintf("0x%08x", *dex_location_checksum);
361 GetOatDexFile(const char* dex_location, const uint32_t* dex_location_checksum, bool warn_if_not_found) const argument
H A Dclass_linker.cc682 uint32_t dex_location_checksum = dex_file.GetLocationChecksum(); local
683 return FindOpenedOatDexFile(nullptr, dex_location, &dex_location_checksum);
688 const uint32_t* dex_location_checksum) {
700 dex_location_checksum,
715 // dex_location_checksum - the checksum of the dex_location (may be null for pre-opted files)
721 const uint32_t* dex_location_checksum,
742 if (dex_location_checksum == nullptr) {
745 next_location_checksum = *dex_location_checksum;
784 << std::hex << " dex_location_checksum=" << next_location_checksum
816 uint32_t dex_location_checksum; local
686 FindOpenedOatDexFile(const char* oat_location, const char* dex_location, const uint32_t* dex_location_checksum) argument
719 LoadMultiDexFilesFromOatFile(const OatFile* oat_file, const char* dex_location, const uint32_t* dex_location_checksum, bool generated, std::vector<std::string>* error_msgs, std::vector<const DexFile*>* dex_files) argument
963 FindOatFileInOatLocationForDexFile(const char* dex_location, uint32_t dex_location_checksum, const char* oat_location, std::string* error_msg) argument
1114 VerifyOatAndDexFileChecksums(const OatFile* oat_file, const char* dex_location, uint32_t dex_location_checksum, const InstructionSet instruction_set, std::string* error_msg) argument
1147 VerifyOatWithDexFile(const OatFile* oat_file, const char* dex_location, const uint32_t* dex_location_checksum, std::string* error_msg) argument
1178 FindOatFileContainingDexFileFromDexLocation( const char* dex_location, const uint32_t* dex_location_checksum, InstructionSet isa, std::vector<std::string>* error_msgs, bool* obsolete_file_cleanup_failed) argument
[all...]

Completed in 102 milliseconds