Home
last modified time | relevance | path

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

/aosp12/art/tools/veridex/
H A 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()
/aosp12/art/libdexfile/dex/
H A Ddex_file.h439 const dex::TypeList* GetInterfacesList(const dex::ClassDef& class_def) const { in GetInterfacesList() function
H A Ddex_file_verifier.cc2784 const dex::TypeList* interfaces = dex_file_->GetInterfacesList(*item); in CheckInterClassDefItem()
/aosp12/art/tools/hiddenapi/
H A Dhiddenapi.cc137 const dex::TypeList* ifaces = dex_file_.GetInterfacesList(GetClassDef()); in GetInterfaceDescriptors()
/aosp12/art/dexlayout/
H A Ddex_ir_builder.cc484 const dex::TypeList* type_list = dex_file.GetInterfacesList(disk_class_def); in CreateClassDef()
/aosp12/art/dexdump/
H A Ddexdump.cc1548 const dex::TypeList* pInterfaces = pDexFile->GetInterfacesList(pClassDef); in dumpClass()
/aosp12/art/runtime/mirror/
H A Dclass.cc1242 return GetDexFile().GetInterfacesList(*class_def); in GetInterfaceTypeList()
/aosp12/art/openjdkjvmti/
H A Dti_redefine.cc1117 const art::dex::TypeList* interfaces = dex_file_->GetInterfacesList(def); in CheckClass()
/aosp12/art/runtime/
H A Dclass_linker.cc6145 const dex::TypeList* interfaces = dex_file.GetInterfacesList(class_def); in LoadSuperAndInterfaces()