Searched defs:GetOatHeader (Results 1 - 3 of 3) sorted by relevance

/art/compiler/
H A Doat_writer.h87 const OatHeader& GetOatHeader() const { function in class:art::OatWriter
/art/runtime/
H A Doat_file.cc233 if (!GetOatHeader().IsValid()) {
244 oat += GetOatHeader().GetKeyValueStoreSize();
248 Begin(), sizeof(OatHeader), GetOatHeader().GetKeyValueStoreSize(),
253 uint32_t dex_file_count = GetOatHeader().GetDexFileCount();
354 const OatHeader& OatFile::GetOatHeader() const { function in class:art::OatFile
604 return GetOatHeader().IsPic();
/art/patchoat/
H A Dpatchoat.cc382 const OatHeader* oat_header = GetOatHeader(oat_in);
501 const OatHeader* PatchOat::GetOatHeader(const ElfFile* elf_file) { function in class:art::PatchOat

Completed in 401 milliseconds