Home
last modified time | relevance | path

Searched refs:image_file_location_oat_checksum (Results 1 – 6 of 6) sorted by relevance

/art/runtime/
Doat.h43 uint32_t image_file_location_oat_checksum,
113 uint32_t image_file_location_oat_checksum,
Doat.cc44 uint32_t image_file_location_oat_checksum, in Create() argument
57 image_file_location_oat_checksum, in Create()
65 uint32_t image_file_location_oat_checksum, in OatHeader() argument
85 image_file_location_oat_checksum_ = image_file_location_oat_checksum; in OatHeader()
/art/compiler/
Doat_test.cc197 uint32_t image_file_location_oat_checksum = 0; in TEST_F() local
202 image_file_location_oat_checksum, in TEST_F()
Doat_writer.h80 uint32_t image_file_location_oat_checksum,
Doat_writer.cc51 uint32_t image_file_location_oat_checksum, in OatWriter() argument
59 image_file_location_oat_checksum_(image_file_location_oat_checksum), in OatWriter()
/art/dex2oat/
Ddex2oat.cc412 uint32_t image_file_location_oat_checksum = 0; in CreateOatFile() local
418 image_file_location_oat_checksum = image_space->GetImageHeader().GetOatChecksum(); in CreateOatFile()
429 OatWriter oat_writer(dex_files, image_file_location_oat_checksum, in CreateOatFile()