Searched refs:dex_location_checksum (Results 1 – 2 of 2) sorted by relevance
529 const uint32_t* dex_location_checksum, in GetOatDexFile() argument573 (dex_location_checksum == nullptr || in GetOatDexFile()574 oat_dex_file->GetDexFileLocationChecksum() == *dex_location_checksum)) { in GetOatDexFile()581 if (dex_location_checksum != nullptr) { in GetOatDexFile()582 checksum = StringPrintf("0x%08x", *dex_location_checksum); in GetOatDexFile()
220 const uint32_t* const dex_location_checksum,