Lines Matching refs:oat_header
164 const OatHeader& oat_header = oat_file_.GetOatHeader(); in Dump() local
167 os << oat_header.GetMagic() << "\n\n"; in Dump()
170 os << StringPrintf("0x%08x\n\n", oat_header.GetChecksum()); in Dump()
173 os << oat_header.GetInstructionSet() << "\n\n"; in Dump()
176 os << oat_header.GetInstructionSetFeatures().GetFeatureString() << "\n\n"; in Dump()
179 os << oat_header.GetDexFileCount() << "\n\n"; in Dump()
183 os << StringPrintf("0x%08x", oat_header.offset()); \ in Dump()
184 if (oat_header.offset() != 0 && options_->absolute_addresses_) { \ in Dump()
185 os << StringPrintf(" (%p)", oat_file_.Begin() + oat_header.offset()); \ in Dump()
214 oat_header.GetImagePatchDelta(), in Dump()
215 oat_header.GetImagePatchDelta()); in Dump()
218 os << StringPrintf("0x%08x\n\n", oat_header.GetImageFileLocationOatChecksum()); in Dump()
221 os << StringPrintf("0x%08x\n\n", oat_header.GetImageFileLocationOatDataBegin()); in Dump()
229 while (oat_header.GetStoreKeyValuePairByIndex(index, &key, &value)) { in Dump()