Home | History | Annotate | Download | only in compiler

Lines Matching refs:dex_file

40                    const DexFile* dex_file)
43 compiler_driver_->GetCompiledMethod(MethodReference(dex_file,
148 const DexFile* dex_file = java_lang_dex_file_;
149 uint32_t dex_file_checksum = dex_file->GetLocationChecksum();
150 const OatFile::OatDexFile* oat_dex_file = oat_file->GetOatDexFile(dex_file->GetLocation().c_str(),
153 CHECK_EQ(dex_file->GetLocationChecksum(), oat_dex_file->GetDexFileLocationChecksum());
154 for (size_t i = 0; i < dex_file->NumClassDefs(); i++) {
155 const DexFile::ClassDef& class_def = dex_file->GetClassDef(i);
156 const byte* class_data = dex_file->GetClassData(class_def);
159 ClassDataItemIterator it(*dex_file, class_data);
162 const char* descriptor = dex_file->GetClassDescriptor(class_def);
175 oat_class.GetOatMethod(method_index), dex_file);
179 oat_class.GetOatMethod(method_index), dex_file);