Home
last modified time | relevance | path

Searched defs:FindClassDef (Results 1 – 3 of 3) sorted by relevance

/aosp12/art/libdexfile/dex/
H A Ddex_file.cc213 const ClassDef* DexFile::FindClassDef(dex::TypeIndex type_idx) const { in FindClassDef() function in art::DexFile
/aosp12/art/profman/
H A Dprofman.cc1039 const dex::ClassDef* FindClassDef(const std::vector<std::unique_ptr<const DexFile>>& dex_files, in FindClassDef() function in art::ProfMan
/aosp12/art/runtime/
H A Doat_file.cc2246 const dex::ClassDef* OatDexFile::FindClassDef(const DexFile& dex_file, in FindClassDef() function in art::OatDexFile