Searched refs:dex_file_checksum (Results 1 - 3 of 3) 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,
H A Doat_file.h261 uint32_t dex_file_checksum,

Completed in 154 milliseconds