Home | History | Annotate | Download | only in compiler

Lines Matching full:dex_file

33                    const DexFile* dex_file)
36 compiler_driver_->GetCompiledMethod(MethodReference(dex_file,
112 const DexFile* dex_file = java_lang_dex_file_;
113 uint32_t dex_file_checksum = dex_file->GetLocationChecksum();
114 const OatFile::OatDexFile* oat_dex_file = oat_file->GetOatDexFile(dex_file->GetLocation(),
116 CHECK_EQ(dex_file->GetLocationChecksum(), oat_dex_file->GetDexFileLocationChecksum());
117 for (size_t i = 0; i < dex_file->NumClassDefs(); i++) {
118 const DexFile::ClassDef& class_def = dex_file->GetClassDef(i);
119 const byte* class_data = dex_file->GetClassData(class_def);
122 ClassDataItemIterator it(*dex_file, class_data);
125 const char* descriptor = dex_file->GetClassDescriptor(class_def);
134 oat_class->GetOatMethod(method_index), dex_file);
138 oat_class->GetOatMethod(method_index), dex_file);