Home
last modified time | relevance | path

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

/art/runtime/native/
Ddalvik_system_DexFile.cc235 const DexFile::ClassDef* dex_class_def = dex_file->FindClassDef(descriptor.c_str(), hash); in DexFile_defineClassNative()
/art/runtime/
Ddex_file.h673 const ClassDef* FindClassDef(const char* descriptor, size_t hash) const;
676 const ClassDef* FindClassDef(uint16_t type_idx) const;
Ddex_file.cc473 const DexFile::ClassDef* DexFile::FindClassDef(const char* descriptor, size_t hash) const { in FindClassDef() function in art::DexFile
523 const DexFile::ClassDef* DexFile::FindClassDef(uint16_t type_idx) const { in FindClassDef() function in art::DexFile
Dclass_linker.cc1591 const DexFile::ClassDef* dex_class_def = dex_file->FindClassDef(descriptor, hash); in FindInClassPath()
1694 const DexFile::ClassDef* dex_class_def = cp_dex_file->FindClassDef(descriptor, hash); in FindClassInPathClassLoader()
4244 const DexFile::ClassDef* super_class_def = dex_file.FindClassDef(class_def.superclass_idx_); in CheckSuperClassChange()
/art/oatdump/
Doatdump.cc511 dex_file->FindClassDef(descriptor, ComputeModifiedUtf8Hash(descriptor)); in GetQuickOatCode()
/art/runtime/verifier/
Dmethod_verifier.cc1582 const DexFile::ClassDef* class_def = dex_file.FindClassDef(type_idx); in GetFirstFinalInstanceFieldIndex()