Home
last modified time | relevance | path

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

/art/runtime/
Doat_file.cc529 const uint32_t* dex_location_checksum, in GetOatDexFile() argument
573 (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()
Doat_file.h220 const uint32_t* const dex_location_checksum,