Searched defs:FindClassDef (Results 1 - 2 of 2) sorted by relevance

/art/libdexfile/dex/
H A Ddex_file.cc206 const DexFile::ClassDef* DexFile::FindClassDef(dex::TypeIndex type_idx) const { function in class:art::DexFile
/art/runtime/
H A Doat_file.cc1798 const DexFile::ClassDef* OatFile::OatDexFile::FindClassDef(const DexFile& dex_file, function in class:art::OatFile::OatDexFile
1823 const DexFile::ClassDef* found_class_def = dex_file.FindClassDef(type_idx);

Completed in 62 milliseconds