Searched refs:FindClassDef (Results 1 - 5 of 5) sorted by relevance

/art/runtime/
H A Ddex_file.h656 const ClassDef* FindClassDef(const char* descriptor, size_t hash) const;
659 const ClassDef* FindClassDef(uint16_t type_idx) const;
H A Ddex_file.cc422 const DexFile::ClassDef* DexFile::FindClassDef(const char* descriptor, size_t hash) const { function in class:art::DexFile
471 const DexFile::ClassDef* DexFile::FindClassDef(uint16_t type_idx) const { function in class:art::DexFile
H A Dclass_linker.cc2023 const DexFile::ClassDef* dex_class_def = dex_file->FindClassDef(descriptor, hash);
2096 const DexFile::ClassDef* dex_class_def = dex_file->FindClassDef(descriptor, hash);
4641 const DexFile::ClassDef* super_class_def = dex_file.FindClassDef(class_def.superclass_idx_);
/art/runtime/native/
H A Ddalvik_system_DexFile.cc184 const DexFile::ClassDef* dex_class_def = dex_file->FindClassDef(descriptor.c_str(), hash);
/art/oatdump/
H A Doatdump.cc289 dex_file->FindClassDef(descriptor, ComputeModifiedUtf8Hash(descriptor));

Completed in 3023 milliseconds