Home
last modified time | relevance | path

Searched refs:GetInterfaceTypeList (Results 1 – 5 of 5) sorted by relevance

/aosp12/art/runtime/mirror/
H A Dclass.cc1163 return GetInterfaceTypeList()->GetTypeItem(idx).type_idx_; in GetDirectInterfaceTypeIdx()
1237 const dex::TypeList* Class::GetInterfaceTypeList() { in GetInterfaceTypeList() function in art::mirror::Class
H A Dclass-inl.h965 const dex::TypeList* interfaces = GetInterfaceTypeList(); in NumDirectInterfaces()
H A Dclass.h1239 const dex::TypeList* GetInterfaceTypeList() REQUIRES_SHARED(Locks::mutator_lock_);
/aosp12/art/runtime/native/
H A Djava_lang_Class.cc253 const dex::TypeList* iface_list = klass->GetInterfaceTypeList(); in Class_getInterfacesInternal()
/aosp12/art/openjdkjvmti/
H A Dti_redefine.cc1126 const art::dex::TypeList* current_interfaces = current_class->GetInterfaceTypeList(); in CheckClass()