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

/art/runtime/
H A Doat_file.cc369 const uint32_t* dex_location_checksum,
413 (dex_location_checksum == nullptr ||
414 oat_dex_file->GetDexFileLocationChecksum() == *dex_location_checksum)) {
421 if (dex_location_checksum != NULL) {
422 checksum = StringPrintf("0x%08x", *dex_location_checksum);
368 GetOatDexFile(const char* dex_location, const uint32_t* dex_location_checksum, bool warn_if_not_found) const argument
H A Dclass_linker.cc698 uint32_t dex_location_checksum = dex_file.GetLocationChecksum(); local
699 return FindOpenedOatDexFile(nullptr, dex_location, &dex_location_checksum);
704 const uint32_t* dex_location_checksum) {
716 dex_location_checksum,
731 // dex_location_checksum - the checksum of the dex_location (may be null for pre-opted files)
737 const uint32_t* dex_location_checksum,
758 if (dex_location_checksum == nullptr) {
761 next_location_checksum = *dex_location_checksum;
800 << std::hex << " dex_location_checksum=" << next_location_checksum
832 uint32_t dex_location_checksum; local
702 FindOpenedOatDexFile(const char* oat_location, const char* dex_location, const uint32_t* dex_location_checksum) argument
735 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
979 FindOatFileInOatLocationForDexFile(const char* dex_location, uint32_t dex_location_checksum, const char* oat_location, std::string* error_msg) argument
1134 VerifyOatAndDexFileChecksums(const OatFile* oat_file, const char* dex_location, uint32_t dex_location_checksum, const InstructionSet instruction_set, std::string* error_msg) argument
1167 VerifyOatWithDexFile(const OatFile* oat_file, const char* dex_location, const uint32_t* dex_location_checksum, std::string* error_msg) argument
1198 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 56 milliseconds