Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dimage_space.cc775 uint32_t dex_file_location_checksum; in ValidateOatFile() local
776 if (!DexFile::GetChecksum(dex_file_location.c_str(), &dex_file_location_checksum, error_msg)) { in ValidateOatFile()
781 if (dex_file_location_checksum != oat_dex_file->GetDexFileLocationChecksum()) { in ValidateOatFile()
786 dex_file_location_checksum); in ValidateOatFile()
/art/runtime/
Doat_file.cc443 uint32_t dex_file_location_checksum, in OatDexFile() argument
449 dex_file_location_checksum_(dex_file_location_checksum), in OatDexFile()