Home
last modified time | relevance | path

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

/art/dexdump/
Ddexdump_cfg.cc365 const DexFile::ClassDef* class_def = dex_file->FindClassDef(method_id.class_idx_); in DumpMethodCFG()
Ddexdump.cc1784 const DexFile::ClassDef* class_def = pDexFile->FindClassDef(type_idx); in dumpCallSite()
/art/runtime/
Doat_file.h496 static const DexFile::ClassDef* FindClassDef(const DexFile& dex_file,
Dart_method.cc140 const DexFile::ClassDef* class_def = dex_file->FindClassDef(declaring_class_type); in FindObsoleteDexClassDefIndex()
481 dex_file->FindClassDef(declaring_class_type_index); in FindOatMethodFromDexFileFor()
Doat_file.cc1798 const DexFile::ClassDef* OatFile::OatDexFile::FindClassDef(const DexFile& dex_file, in FindClassDef() function in art::OatFile::OatDexFile
1823 const DexFile::ClassDef* found_class_def = dex_file.FindClassDef(type_idx); in FindClassDef()
Dclass_linker.cc2372 const DexFile::ClassDef* dex_class_def = OatDexFile::FindClassDef(*dex_file, descriptor, hash); in FindInClassPath()
2476 OatDexFile::FindClassDef(*cp_dex_file, descriptor, hash); in FindClassInBaseDexClassLoaderClassPath()
/art/profman/
Dprofman.cc765 if (dex_file->FindClassDef(type_index) == nullptr) { in FindClass()
833 *dex_file->FindClassDef(class_ref.TypeIndex()), in HasSingleInvoke()
929 const DexFile::ClassDef* class_def = dex_file->FindClassDef(class_ref.TypeIndex()); in ProcessLine()
/art/libdexfile/dex/
Ddex_file.cc206 const DexFile::ClassDef* DexFile::FindClassDef(dex::TypeIndex type_idx) const { in FindClassDef() function in art::DexFile
Ddex_file.h654 const ClassDef* FindClassDef(dex::TypeIndex type_idx) const;
Ddex_file_verifier.cc2314 const DexFile::ClassDef* superclass_def = dex_file_->FindClassDef(item->superclass_idx_); in CheckInterClassDefItem()
2354 dex_file_->FindClassDef(interfaces->GetTypeItem(i).type_idx_); in CheckInterClassDefItem()
/art/runtime/native/
Ddalvik_system_DexFile.cc384 OatDexFile::FindClassDef(*dex_file, descriptor.c_str(), hash); in DexFile_defineClassNative()
/art/dex2oat/
Ddex2oat_test.cc1313 const DexFile::ClassDef* class_def = dex->FindClassDef(type_idx); in TEST_F()
1418 const DexFile::ClassDef* class_def = dex_file->FindClassDef(type_idx); in TEST_F()
/art/oatdump/
Doatdump.cc675 OatDexFile::FindClassDef(*dex_file, descriptor, ComputeModifiedUtf8Hash(descriptor)); in GetQuickOatCode()
/art/runtime/verifier/
Dmethod_verifier.cc1924 const DexFile::ClassDef* class_def = dex_file.FindClassDef(type_idx); in GetFirstFinalInstanceFieldIndex()