Home | History | Annotate | Download | only in oatdump

Lines Matching refs:oat_file

99   explicit OatDumper(const std::string& host_prefix, const OatFile& oat_file)
101 oat_file_(oat_file),
102 oat_dex_files_(oat_file.GetOatDexFiles()),
730 const OatFile* oat_file = class_linker->FindOatFileFromOatLocation(oat_location);
731 if (oat_file == NULL) {
737 stats_.oat_file_bytes = oat_file->Size();
739 oat_dumper_.reset(new OatDumper(host_prefix_, *oat_file));
741 for (const OatFile::OatDexFile* oat_dex_file : oat_file->GetOatDexFiles()) {
1415 OatFile* oat_file =
1417 if (oat_file == NULL) {
1421 OatDumper oat_dumper(*host_prefix.get(), *oat_file);