Searched refs:image_file_location_oat_checksum (Results 1 - 4 of 4) sorted by relevance

/art/runtime/
H A Doat.h106 void SetImageFileLocationOatChecksum(uint32_t image_file_location_oat_checksum);
H A Doat.cc390 void OatHeader::SetImageFileLocationOatChecksum(uint32_t image_file_location_oat_checksum) { argument
392 image_file_location_oat_checksum_ = image_file_location_oat_checksum;
/art/dex2oat/linker/
H A Doat_writer.h202 uint32_t image_file_location_oat_checksum,
H A Doat_writer.cc2992 uint32_t image_file_location_oat_checksum,
2997 oat_header_->SetImageFileLocationOatChecksum(image_file_location_oat_checksum);
2991 WriteHeader(OutputStream* out, uint32_t image_file_location_oat_checksum, uintptr_t image_file_location_oat_begin, int32_t image_patch_delta) argument

Completed in 44 milliseconds