Searched refs:dex_location_checksum (Results 1 – 2 of 2) sorted by relevance
270 const uint32_t* const dex_location_checksum,
1620 const uint32_t* dex_location_checksum, in GetOatDexFile() argument1673 if (dex_location_checksum != nullptr && in GetOatDexFile()1674 oat_dex_file->GetDexFileLocationChecksum() != *dex_location_checksum) { in GetOatDexFile()1678 std::string required_checksum = StringPrintf("0x%08x", *dex_location_checksum); in GetOatDexFile()