Lines Matching refs:ClassDef
2017 typedef std::pair<const DexFile*, const DexFile::ClassDef*> ClassPathEntry;
2023 const DexFile::ClassDef* dex_class_def = dex_file->FindClassDef(descriptor, hash); in FindInClassPath()
2096 const DexFile::ClassDef* dex_class_def = dex_file->FindClassDef(descriptor, hash); in FindClassInPathClassLoader()
2221 const DexFile::ClassDef& dex_class_def) { in DefineClass()
2323 const DexFile::ClassDef& dex_class_def) { in SizeOfClassWithoutEmbeddedTables()
2360 const DexFile::ClassDef& class_def = dex_file.GetClassDef(class_def_idx); in GetOatMethodIndexFromMethodIndex()
2560 const DexFile::ClassDef* dex_class_def = klass->GetClassDef(); in FixupStaticTrampolines()
2728 const DexFile::ClassDef& dex_class_def, in LoadClass()
4069 const DexFile::ClassDef* dex_class_def = klass->GetClassDef(); in CanWeInitializeClass()
4206 const DexFile::ClassDef* dex_class_def = klass->GetClassDef(); in InitializeClass()
4386 void ClassLinker::ConstructFieldMap(const DexFile& dex_file, const DexFile::ClassDef& dex_class_def, in ConstructFieldMap()
4535 const DexFile& dex_file, const DexFile::ClassDef& dex_class_def, in DumpClass()
4565 static std::string DumpClasses(const DexFile& dex_file1, const DexFile::ClassDef& dex_class_def1, in DumpClasses()
4566 const DexFile& dex_file2, const DexFile::ClassDef& dex_class_def2) { in DumpClasses()
4576 static bool SimpleStructuralCheck(const DexFile& dex_file1, const DexFile::ClassDef& dex_class_def1, in SimpleStructuralCheck()
4577 const DexFile& dex_file2, const DexFile::ClassDef& dex_class_def2, in SimpleStructuralCheck()
4623 const DexFile::ClassDef& class_def, in CheckSuperClassChange()
4641 const DexFile::ClassDef* super_class_def = dex_file.FindClassDef(class_def.superclass_idx_); in CheckSuperClassChange()
4675 const DexFile::ClassDef& class_def = dex_file.GetClassDef(klass->GetDexClassDefIndex()); in LoadSuperAndInterfaces()