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

/art/runtime/gc/space/
H A Dimage_space.h193 std::unique_ptr<OatFile> oat_file_; member in class:art::gc::space::ImageSpace
/art/patchoat/
H A Dpatchoat.h68 : oat_file_(oat_file), image_(nullptr), bitmap_(nullptr), heap_(nullptr), delta_(delta),
77 : oat_file_(oat_file), image_(image), bitmap_(bitmap), heap_(heap),
212 std::unique_ptr<ElfFile> oat_file_; member in class:art::PatchOat
/art/runtime/
H A Doat_file.h204 const OatFile* const oat_file_; member in class:art::OatFile::FINAL
341 return oat_file_;
392 const OatFile* const oat_file_; member in class:art::FINAL
/art/oatdump/
H A Doatdump.cc104 oat_file_(oat_file),
111 const InstructionSet isa = oat_file_->GetOatHeader().GetInstructionSet();
113 isa, oat_file_->GetOatHeader().GetInstructionSetFeaturesBitmap());
126 const uint8_t* rodata_begin = oat_file_->Begin();
127 const size_t rodata_size = oat_file_->GetOatHeader().GetExecutableOffset();
136 const uint8_t* text_begin = oat_file_->Begin() + rodata_size;
137 const size_t text_size = oat_file_->End() - text_begin;
146 if (oat_file_->BssSize() != 0) {
147 bss->WriteNoBitsSection(oat_file_->BssSize());
154 elf_file->GetPath(), rodata_size, text_size, oat_file_
273 const OatFile* oat_file_; member in class:art::FINAL
1259 const OatFile& oat_file_; member in class:art::OatDumper
[all...]

Completed in 120 milliseconds