Home
last modified time | relevance | path

Searched refs:SetImageFileLocationOatChecksum (Results 1 – 3 of 3) 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() function in art::OatHeader
/art/compiler/
Doat_writer.cc1618 oat_header_->SetImageFileLocationOatChecksum(image_file_location_oat_checksum); in WriteHeader()