Lines Matching defs:oat_header
108 const OatHeader& oat_header = oat_file_.GetOatHeader();
111 os << oat_header.GetMagic() << "\n\n";
114 os << StringPrintf("0x%08x\n\n", oat_header.GetChecksum());
117 os << oat_header.GetInstructionSet() << "\n\n";
120 os << oat_header.GetDexFileCount() << "\n\n";
123 os << StringPrintf("0x%08x\n\n", oat_header.GetExecutableOffset());
126 os << StringPrintf("0x%08x\n\n", oat_header.GetImageFileLocationOatChecksum());
129 os << StringPrintf("0x%08x\n\n", oat_header.GetImageFileLocationOatDataBegin());
132 const std::string image_file_location(oat_header.GetImageFileLocation());