Searched refs:dex_file_location_checksum (Results 1 - 2 of 2) sorted by relevance

/art/runtime/gc/space/
H A Dimage_space.cc824 uint32_t dex_file_location_checksum; local
825 if (!DexFile::GetChecksum(dex_file_location.c_str(), &dex_file_location_checksum, error_msg)) {
830 if (dex_file_location_checksum != oat_dex_file->GetDexFileLocationChecksum()) {
835 dex_file_location_checksum);
/art/runtime/
H A Doat_file.cc603 uint32_t dex_file_location_checksum,
609 dex_file_location_checksum_(dex_file_location_checksum),
600 OatDexFile(const OatFile* oat_file, const std::string& dex_file_location, const std::string& canonical_dex_file_location, uint32_t dex_file_location_checksum, const uint8_t* dex_file_pointer, const uint32_t* oat_class_offsets_pointer) argument

Completed in 1065 milliseconds