HomeSort by relevance Sort by last modified time
    Searched refs:OatDexFile (Results 1 - 9 of 9) sorted by null

  /art/runtime/
oat_file.h 69 class OatDexFile;
164 friend class OatDexFile;
167 class OatDexFile {
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...]
oat_file.cc 228 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 # " <<
    [all...]
class_linker.cc 682 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);
    [all...]
  /art/compiler/
oat_writer.h 37 // 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 {
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...]
oat_writer.cc 110 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) {
806 size_t OatWriter::OatDexFile::SizeOf() const {
    [all...]
oat_test.cc 114 const OatFile::OatDexFile* oat_dex_file = oat_file->GetOatDexFile(dex_file->GetLocation(),
  /art/oatdump/
oatdump.cc 148 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()) {
    [all...]
  /art/runtime/gc/space/
image_space.cc 276 for (const OatFile::OatDexFile* oat_dex_file : oat_file_->GetOatDexFiles()) {
  /art/runtime/native/
dalvik_system_DexFile.cc 233 const art::OatFile::OatDexFile* oat_dex_file = oat_file->GetOatDexFile(filename.c_str(), NULL);

Completed in 44 milliseconds