Searched refs:FindClassDef (Results 1 – 14 of 14) sorted by relevance
/art/dexdump/ |
D | dexdump_cfg.cc | 365 const DexFile::ClassDef* class_def = dex_file->FindClassDef(method_id.class_idx_); in DumpMethodCFG()
|
D | dexdump.cc | 1784 const DexFile::ClassDef* class_def = pDexFile->FindClassDef(type_idx); in dumpCallSite()
|
/art/runtime/ |
D | oat_file.h | 496 static const DexFile::ClassDef* FindClassDef(const DexFile& dex_file,
|
D | art_method.cc | 140 const DexFile::ClassDef* class_def = dex_file->FindClassDef(declaring_class_type); in FindObsoleteDexClassDefIndex() 481 dex_file->FindClassDef(declaring_class_type_index); in FindOatMethodFromDexFileFor()
|
D | oat_file.cc | 1798 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()
|
D | class_linker.cc | 2372 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/ |
D | profman.cc | 765 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/ |
D | dex_file.cc | 206 const DexFile::ClassDef* DexFile::FindClassDef(dex::TypeIndex type_idx) const { in FindClassDef() function in art::DexFile
|
D | dex_file.h | 654 const ClassDef* FindClassDef(dex::TypeIndex type_idx) const;
|
D | dex_file_verifier.cc | 2314 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/ |
D | dalvik_system_DexFile.cc | 384 OatDexFile::FindClassDef(*dex_file, descriptor.c_str(), hash); in DexFile_defineClassNative()
|
/art/dex2oat/ |
D | dex2oat_test.cc | 1313 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/ |
D | oatdump.cc | 675 OatDexFile::FindClassDef(*dex_file, descriptor, ComputeModifiedUtf8Hash(descriptor)); in GetQuickOatCode()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 1924 const DexFile::ClassDef* class_def = dex_file.FindClassDef(type_idx); in GetFirstFinalInstanceFieldIndex()
|