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

/art/compiler/
H A Doat_writer.h93 const OatHeader& GetOatHeader() const { function in class:art::OatWriter
/art/runtime/
H A Doat_file.cc381 if (!GetOatHeader().IsValid()) {
382 std::string cause = GetOatHeader().GetValidationErrorMessage();
394 oat += GetOatHeader().GetKeyValueStoreSize();
398 Begin(), sizeof(OatHeader), GetOatHeader().GetKeyValueStoreSize(),
403 uint32_t dex_file_count = GetOatHeader().GetDexFileCount();
506 const OatHeader& OatFile::GetOatHeader() const { function in class:art::OatFile
756 return GetOatHeader().IsPic();
761 return GetOatHeader().IsDebuggable();
/art/patchoat/
H A Dpatchoat.cc366 const OatHeader* oat_header = GetOatHeader(oat_in);
566 const OatHeader* PatchOat::GetOatHeader(const ElfFile* elf_file) { function in class:art::PatchOat
568 return GetOatHeader<ElfFileImpl64>(elf_file->GetImpl64());
570 return GetOatHeader<ElfFileImpl32>(elf_file->GetImpl32());
575 const OatHeader* PatchOat::GetOatHeader(const ElfFileImpl* elf_file) { function in class:art::PatchOat

Completed in 74 milliseconds