Searched defs:image_file_location_oat_checksum (Results 1 - 2 of 2) sorted by relevance

/art/runtime/
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.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 144 milliseconds