Searched refs:dex_file_checksum (Results 1 - 3 of 3) sorted by relevance

/art/compiler/
H A Doat_test.cc113 uint32_t dex_file_checksum = dex_file->GetLocationChecksum(); local
115 &dex_file_checksum);
/art/runtime/
H A Doat_file.cc249 uint32_t dex_file_checksum = *reinterpret_cast<const uint32_t*>(oat); local
250 oat += sizeof(dex_file_checksum);
305 dex_file_checksum,
H A Doat_file.h193 uint32_t dex_file_checksum,

Completed in 69 milliseconds