Searched defs:oat_file_ (Results 1 - 7 of 7) sorted by relevance

/art/runtime/gc/space/
H A Dimage_space.h153 std::unique_ptr<OatFile> oat_file_; member in class:art::gc::space::ImageSpace
/art/compiler/
H A Delf_patcher.h68 : compiler_driver_(driver), elf_file_(elf_file), oat_file_(oat_file),
94 // Takes the pointer into the oat_file_ and get the pointer in to the ElfFile.
100 if (f == oat_file_) {
113 const OatFile* oat_file_; member in class:art::ElfPatcher
H A Dimage_writer.h44 : compiler_driver_(compiler_driver), oat_file_(NULL), image_end_(0),
159 DCHECK_LT(offset, oat_file_->Size());
242 OatFile* oat_file_; member in class:art::FINAL
/art/patchoat/
H A Dpatchoat.h63 : oat_file_(oat_file), delta_(delta), isa_(kNone), timings_(timings) {}
71 : oat_file_(oat_file), image_(image), bitmap_(bitmap), heap_(heap),
142 std::unique_ptr<ElfFile> oat_file_; member in class:art::PatchOat
/art/runtime/
H A Doat_file.h209 const OatFile* oat_file_; member in class:art::OatFile::OatClass
228 return oat_file_;
265 const OatFile* const oat_file_; member in class:art::OatFile::OatDexFile
H A Ddex_file.h895 return oat_file_;
1027 const OatFile* oat_file_; member in class:art::DexFile
/art/oatdump/
H A Doatdump.cc143 : oat_file_(oat_file),
146 instruction_set_(oat_file_.GetOatHeader().GetInstructionSet()),
164 const OatHeader& oat_header = oat_file_.GetOatHeader();
185 os << StringPrintf(" (%p)", oat_file_.Begin() + oat_header.offset()); \
238 os << reinterpret_cast<const void*>(oat_file_.Begin()) << "\n\n";
241 os << reinterpret_cast<const void*>(oat_file_.End()) << "\n\n";
245 os << oat_file_.Size() << "\n\n";
261 if (reinterpret_cast<const byte*>(oat_data) < oat_file_.Begin() ||
262 reinterpret_cast<const byte*>(oat_data) > oat_file_.End()) {
266 reinterpret_cast<uintptr_t>(oat_file_
956 const OatFile& oat_file_; member in class:art::OatDumper
[all...]

Completed in 170 milliseconds