Home
last modified time | relevance | path

Searched refs:FindClassDef (Results 1 – 13 of 13) sorted by relevance

/art/profman/
Dprofman.cc588 if (dex_file->FindClassDef(type_index) == nullptr) { in FindClass()
657 *dex_file->FindClassDef(class_ref.type_index), in HasSingleInvoke()
722 const DexFile::ClassDef* class_def = dex_file->FindClassDef(class_ref.type_index); in ProcessLine()
/art/runtime/
Doat_file.h430 static const DexFile::ClassDef* FindClassDef(const DexFile& dex_file,
Dart_method.cc116 const DexFile::ClassDef* class_def = dex_file->FindClassDef(declaring_class_type); in FindObsoleteDexClassDefIndex()
486 dex_file->FindClassDef(declaring_class_type_index); in FindOatMethodFromDexFileFor()
Doat_file.cc1379 const DexFile::ClassDef* OatFile::OatDexFile::FindClassDef(const DexFile& dex_file, in FindClassDef() function in art::OatFile::OatDexFile
1396 return dex_file.FindClassDef(type_idx); in FindClassDef()
Ddex_file.h721 const ClassDef* FindClassDef(dex::TypeIndex type_idx) const;
Ddex_file_verifier.cc2291 const DexFile::ClassDef* superclass_def = dex_file_->FindClassDef(item->superclass_idx_); in CheckInterClassDefItem()
2331 dex_file_->FindClassDef(interfaces->GetTypeItem(i).type_idx_); in CheckInterClassDefItem()
Ddex_file.cc638 const DexFile::ClassDef* DexFile::FindClassDef(dex::TypeIndex type_idx) const { in FindClassDef() function in art::DexFile
Dclass_linker.cc2381 const DexFile::ClassDef* dex_class_def = OatDexFile::FindClassDef(*dex_file, descriptor, hash); in FindInClassPath()
2494 OatDexFile::FindClassDef(*cp_dex_file, descriptor, hash); in FindClassInBaseDexClassLoader()
5528 const DexFile::ClassDef* super_class_def = dex_file.FindClassDef(class_def.superclass_idx_); in CheckSuperClassChange()
/art/dexdump/
Ddexdump_cfg.cc363 const DexFile::ClassDef* class_def = dex_file->FindClassDef(method_id.class_idx_); in DumpMethodCFG()
Ddexdump.cc1739 const DexFile::ClassDef* class_def = pDexFile->FindClassDef(type_idx); in dumpCallSite()
/art/runtime/native/
Ddalvik_system_DexFile.cc373 OatDexFile::FindClassDef(*dex_file, descriptor.c_str(), hash); in DexFile_defineClassNative()
/art/oatdump/
Doatdump.cc571 OatDexFile::FindClassDef(*dex_file, descriptor, ComputeModifiedUtf8Hash(descriptor)); in GetQuickOatCode()
/art/runtime/verifier/
Dmethod_verifier.cc1979 const DexFile::ClassDef* class_def = dex_file.FindClassDef(type_idx); in GetFirstFinalInstanceFieldIndex()