Home
last modified time | relevance | path

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

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