Lines Matching refs:ClassDef
764 const DexFile::ClassDef& class_def = dex_file->GetClassDef(static_cast<uint16_t>(index)); in GetClassDescriptor()
1585 typedef std::pair<const DexFile*, const DexFile::ClassDef*> ClassPathEntry;
1591 const DexFile::ClassDef* dex_class_def = dex_file->FindClassDef(descriptor, hash); in FindInClassPath()
1694 const DexFile::ClassDef* dex_class_def = cp_dex_file->FindClassDef(descriptor, hash); in FindClassInPathClassLoader()
1811 const DexFile::ClassDef& dex_class_def) { in DefineClass()
1934 const DexFile::ClassDef& dex_class_def) { in SizeOfClassWithoutEmbeddedTables()
1991 const DexFile::ClassDef& class_def = dex_file.GetClassDef(class_def_idx); in GetOatMethodIndexFromMethodIndex()
2148 const DexFile::ClassDef* dex_class_def = klass->GetClassDef(); in FixupStaticTrampolines()
2248 void ClassLinker::SetupClass(const DexFile& dex_file, const DexFile::ClassDef& dex_class_def, in SetupClass()
2270 const DexFile::ClassDef& dex_class_def, in LoadClass()
3543 const DexFile::ClassDef* dex_class_def = klass->GetClassDef(); in CanWeInitializeClass()
3677 const DexFile::ClassDef* dex_class_def = klass->GetClassDef(); in InitializeClass()
4141 const DexFile& dex_file, const DexFile::ClassDef& dex_class_def, in DumpClass()
4171 static std::string DumpClasses(const DexFile& dex_file1, const DexFile::ClassDef& dex_class_def1, in DumpClasses()
4172 const DexFile& dex_file2, const DexFile::ClassDef& dex_class_def2) { in DumpClasses()
4182 static bool SimpleStructuralCheck(const DexFile& dex_file1, const DexFile::ClassDef& dex_class_def1, in SimpleStructuralCheck()
4183 const DexFile& dex_file2, const DexFile::ClassDef& dex_class_def2, in SimpleStructuralCheck()
4229 const DexFile::ClassDef& class_def, in CheckSuperClassChange()
4257 const DexFile::ClassDef* super_class_def = dex_file.FindClassDef(class_def.superclass_idx_); in CheckSuperClassChange()
4291 const DexFile::ClassDef& class_def = dex_file.GetClassDef(klass->GetDexClassDefIndex()); in LoadSuperAndInterfaces()