Lines Matching full:oat_file_
101 oat_file_(oat_file),
103 disassembler_(Disassembler::Create(oat_file_.GetOatHeader().GetInstructionSet())) {
108 const OatHeader& oat_header = oat_file_.GetOatHeader();
140 os << reinterpret_cast<const void*>(oat_file_.Begin()) << "\n\n";
143 os << reinterpret_cast<const void*>(oat_file_.End()) << "\n\n";
155 if (reinterpret_cast<const byte*>(oat_data) < oat_file_.Begin() ||
156 reinterpret_cast<const byte*>(oat_data) > oat_file_.End()) {
160 reinterpret_cast<size_t>(oat_file_.Begin());
169 return oat_file_.GetOatHeader().GetInstructionSet();
230 offsets_.insert(static_cast<uint32_t>(oat_file_.Size()));
235 if (oat_file_.GetOatHeader().GetInstructionSet() == kThumb2) {
657 const OatFile& oat_file_;