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

/art/compiler/
H A Doat_writer.h183 const OatHeader& GetOatHeader() const { function in class:art::OatWriter::CreateTypeLookupTable
/art/runtime/
H A Doat_file.cc237 if (!GetOatHeader().IsValid()) {
238 std::string cause = GetOatHeader().GetValidationErrorMessage();
251 oat += GetOatHeader().GetKeyValueStoreSize();
258 GetOatHeader().GetKeyValueStoreSize(),
263 size_t pointer_size = GetInstructionSetPointerSize(GetOatHeader().GetInstructionSet());
265 uint32_t dex_file_count = GetOatHeader().GetDexFileCount();
1051 const OatHeader& OatFile::GetOatHeader() const { function in class:art::OatFile
1311 return GetOatHeader().HasPatchInfo();
1315 return GetOatHeader().IsPic();
1320 return GetOatHeader()
[all...]
/art/patchoat/
H A Dpatchoat.cc95 static const OatHeader* GetOatHeader(const ElfFile* elf_file) { function in namespace:art
108 const OatHeader* oat_header = GetOatHeader(elf_file);
406 const OatHeader* oat_header = GetOatHeader(oat_in);

Completed in 141 milliseconds