Home
last modified time | relevance | path

Searched refs:dex_file_sha1_ (Results 1 – 3 of 3) sorted by relevance

/art/runtime/oat/
Doat_file.h564 DexFile::Sha1 GetSha1() const { return dex_file_sha1_; } in GetSha1()
660 const DexFile::Sha1 dex_file_sha1_ = {}; variable
Doat_file.cc2185 dex_file_sha1_(dex_file_sha1), in OatDexFile()
2234 dex_file_sha1_(dex_file_sha1), in OatDexFile()
/art/dex2oat/linker/
Doat_writer.cc304 const DexFile::Sha1 dex_file_sha1_; member in art::linker::OatWriter::OatDexFile
3836 dex_file_sha1_(dex_file_->GetSha1()), in OatDexFile()
3851 sizeof(dex_file_location_checksum_) + sizeof(dex_file_sha1_) + sizeof(dex_file_offset_) + in SizeOf()
3887 if (!out->WriteFully(&dex_file_sha1_, sizeof(dex_file_sha1_))) { in Write()
3891 oat_writer->size_oat_dex_file_sha1_ += sizeof(dex_file_sha1_); in Write()