Home
last modified time | relevance | path

Searched refs:GetInterfacesList (Results 1 – 9 of 9) sorted by relevance

/art/tools/veridex/
Dresolver.cc164 const dex::TypeList* interfaces = other_dex_file.GetInterfacesList(*kls.GetClassDef()); in LookupMethodIn()
208 const dex::TypeList* interfaces = other_dex_file.GetInterfacesList(*kls.GetClassDef()); in LookupFieldIn()
/art/libdexfile/dex/
Ddex_file.h423 const dex::TypeList* GetInterfacesList(const dex::ClassDef& class_def) const { in GetInterfacesList() function
Ddex_file_verifier.cc2784 const dex::TypeList* interfaces = dex_file_->GetInterfacesList(*item); in CheckInterClassDefItem()
/art/tools/hiddenapi/
Dhiddenapi.cc124 const dex::TypeList* ifaces = dex_file_.GetInterfacesList(GetClassDef()); in GetInterfaceDescriptors()
/art/dexlayout/
Ddex_ir_builder.cc484 const dex::TypeList* type_list = dex_file.GetInterfacesList(disk_class_def); in CreateClassDef()
/art/runtime/mirror/
Dclass.cc1273 return GetDexFile().GetInterfacesList(*class_def); in GetInterfaceTypeList()
/art/dexdump/
Ddexdump.cc1548 const dex::TypeList* pInterfaces = pDexFile->GetInterfacesList(pClassDef); in dumpClass()
/art/openjdkjvmti/
Dti_redefine.cc1120 const art::dex::TypeList* interfaces = dex_file_->GetInterfacesList(def); in CheckClass()
/art/runtime/
Dclass_linker.cc6268 const dex::TypeList* interfaces = dex_file.GetInterfacesList(class_def); in LoadSuperAndInterfaces()