Searched defs:dex_file_checksum (Results 1 - 2 of 2) sorted by relevance

/art/compiler/
H A Doat_test.cc437 uint32_t dex_file_checksum = dex_file.GetLocationChecksum(); local
439 &dex_file_checksum);
/art/runtime/
H A Doat_file.cc391 uint32_t dex_file_checksum; local
392 if (UNLIKELY(!ReadOatDexFileData(*this, &oat, &dex_file_checksum))) {
569 dex_file_checksum,

Completed in 72 milliseconds