Home
last modified time | relevance | path

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

/art/runtime/
Doat_file.h386 uint32_t dex_file_checksum,
Doat_file.cc296 uint32_t dex_file_checksum; in Setup() local
297 if (UNLIKELY(!ReadOatDexFileData(*this, &oat, &dex_file_checksum))) { in Setup()
462 dex_file_checksum, in Setup()
/art/compiler/
Doat_test.cc395 uint32_t dex_file_checksum = dex_file.GetLocationChecksum(); in TEST_F() local
397 &dex_file_checksum); in TEST_F()