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

/art/compiler/
H A Doat_test.cc149 uint32_t dex_file_checksum = dex_file->GetLocationChecksum(); local
151 &dex_file_checksum);
/art/runtime/
H A Doat_file.cc279 uint32_t dex_file_checksum = *reinterpret_cast<const uint32_t*>(oat); local
280 oat += sizeof(dex_file_checksum);
338 dex_file_checksum,

Completed in 81 milliseconds