Searched refs:OatDexFile (Results 1 - 9 of 9) sorted by relevance

/art/runtime/
H A Doat_file.h69 class OatDexFile;
164 friend class OatDexFile;
167 class OatDexFile { class in class:art::OatFile
169 // Opens the DexFile referred to by this OatDexFile from within the containing OatFile.
172 // Returns the size of the DexFile refered to by this OatDexFile.
175 // Returns original path of DexFile that was the source of this OatDexFile.
180 // Returns checksum of original DexFile that was the source of this OatDexFile;
188 ~OatDexFile();
191 OatDexFile(const OatFile* oat_file,
204 DISALLOW_COPY_AND_ASSIGN(OatDexFile);
[all...]
H A Doat_file.cc228 LOG(ERROR) << "In oat file " << GetLocation() << " found OatDexFile # " << i
234 LOG(ERROR) << "In oat file " << GetLocation() << " found OatDexFile # " << i
242 LOG(ERROR) << "In oat file " << GetLocation() << " found OatDexFile # " << i
252 LOG(ERROR) << "In oat file " << GetLocation() << " found OatDexFile # " << i
260 LOG(ERROR) << "In oat file " << GetLocation() << " found OatDexFile # " << i
266 LOG(ERROR) << "In oat file " << GetLocation() << " found OatDexFile # " << i
273 LOG(ERROR) << "In oat file " << GetLocation() << " found OatDexFile # " << i
281 LOG(ERROR) << "In oat file " << GetLocation() << " found OatDexFile # " << i
287 LOG(ERROR) << "In oat file " << GetLocation() << " found OatDexFile # " << i
297 LOG(ERROR) << "In oat file " << GetLocation() << " found OatDexFile # " <<
359 OatFile::OatDexFile::OatDexFile(const OatFile* oat_file, function in class:art::OatFile::OatDexFile
[all...]
H A Dclass_linker.cc682 const OatFile::OatDexFile* oat_dex_file = oat_file->GetOatDexFile(dex_location,
720 const OatFile::OatDexFile* oat_dex_file = oat_file->GetOatDexFile(dex_location, &dex_location_checksum);
833 const OatFile::OatDexFile* oat_dex_file = oat_file->GetOatDexFile(dex_location, &dex_location_checksum);
858 const OatFile::OatDexFile* oat_dex_file = oat_file->GetOatDexFile(dex_location, &dex_location_checksum);
863 std::vector<const OatFile::OatDexFile*> oat_dex_files = oat_file->GetOatDexFiles();
865 const OatFile::OatDexFile* oat_dex_file = oat_dex_files[i];
926 const OatFile::OatDexFile* oat_dex_file = oat_file->GetOatDexFile(dex_location, NULL);
1044 const OatFile::OatDexFile* oat_dex_file = oat_file.GetOatDexFile(dex_file_location, NULL);
1510 const OatFile::OatDexFile* oat_dex_file = oat_file->GetOatDexFile(dex_file.GetLocation(),
2550 const OatFile::OatDexFile* oat_dex_fil
[all...]
/art/compiler/
H A Doat_writer.h37 // OatDexFile[0] one variable sized OatDexFile with offsets to Dex and OatClasses
38 // OatDexFile[1]
40 // OatDexFile[D]
42 // Dex[0] one variable sized DexFile for each OatDexFile.
121 class OatDexFile { class in class:art::OatWriter
123 explicit OatDexFile(size_t offset, const DexFile& dex_file);
128 // Offset of start of OatDexFile from beginning of OatHeader. It is
140 DISALLOW_COPY_AND_ASSIGN(OatDexFile);
182 std::vector<OatDexFile*> oat_dex_files
[all...]
H A Doat_writer.cc110 OatDexFile* oat_dex_file = new OatDexFile(offset, *dex_file);
125 // set offset in OatDexFile to DexFile
796 OatWriter::OatDexFile::OatDexFile(size_t offset, const DexFile& dex_file) { function in class:art::OatWriter::OatDexFile
806 size_t OatWriter::OatDexFile::SizeOf() const {
814 void OatWriter::OatDexFile::UpdateChecksum(OatHeader& oat_header) const {
823 bool OatWriter::OatDexFile::Write(OatWriter* oat_writer,
H A Doat_test.cc114 const OatFile::OatDexFile* oat_dex_file = oat_file->GetOatDexFile(dex_file->GetLocation(),
/art/oatdump/
H A Doatdump.cc148 const OatFile::OatDexFile* oat_dex_file = oat_dex_files_[i];
175 const OatFile::OatDexFile* oat_dex_file = oat_dex_files_[i];
200 const OatFile::OatDexFile* oat_dex_file = oat_dex_files_[i];
244 void DumpOatDexFile(std::ostream& os, const OatFile::OatDexFile& oat_dex_file) {
658 std::vector<const OatFile::OatDexFile*> oat_dex_files_;
741 for (const OatFile::OatDexFile* oat_dex_file : oat_file->GetOatDexFiles()) {
/art/runtime/gc/space/
H A Dimage_space.cc276 for (const OatFile::OatDexFile* oat_dex_file : oat_file_->GetOatDexFiles()) {
/art/runtime/native/
H A Ddalvik_system_DexFile.cc233 const art::OatFile::OatDexFile* oat_dex_file = oat_file->GetOatDexFile(filename.c_str(), NULL);

Completed in 7373 milliseconds