Home
last modified time | relevance | path

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

/art/runtime/
Doat_file.h270 const uint32_t* const dex_location_checksum,
Doat_file.cc1620 const uint32_t* dex_location_checksum, in GetOatDexFile() argument
1673 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()