Searched refs:image_file_location_oat_checksum (Results 1 – 6 of 6) sorted by relevance
/art/runtime/ |
D | oat.h | 43 uint32_t image_file_location_oat_checksum, 113 uint32_t image_file_location_oat_checksum,
|
D | oat.cc | 44 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/ |
D | oat_test.cc | 197 uint32_t image_file_location_oat_checksum = 0; in TEST_F() local 202 image_file_location_oat_checksum, in TEST_F()
|
D | oat_writer.h | 80 uint32_t image_file_location_oat_checksum,
|
D | oat_writer.cc | 51 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/ |
D | dex2oat.cc | 412 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()
|