Home
last modified time | relevance | path

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

/art/runtime/
Doat.h102 void SetImageFileLocationOatChecksum(uint32_t image_file_location_oat_checksum);
Doat.cc371 void OatHeader::SetImageFileLocationOatChecksum(uint32_t image_file_location_oat_checksum) { in SetImageFileLocationOatChecksum() argument
373 image_file_location_oat_checksum_ = image_file_location_oat_checksum; in SetImageFileLocationOatChecksum()
/art/compiler/
Doat_writer.h168 uint32_t image_file_location_oat_checksum,
Doat_writer.cc1613 uint32_t image_file_location_oat_checksum, in WriteHeader() argument
1618 oat_header_->SetImageFileLocationOatChecksum(image_file_location_oat_checksum); in WriteHeader()