Searched refs:GetInterfaceTypeList (Results 1 – 5 of 5) sorted by relevance
1163 return GetInterfaceTypeList()->GetTypeItem(idx).type_idx_; in GetDirectInterfaceTypeIdx()1237 const dex::TypeList* Class::GetInterfaceTypeList() { in GetInterfaceTypeList() function in art::mirror::Class
965 const dex::TypeList* interfaces = GetInterfaceTypeList(); in NumDirectInterfaces()
1239 const dex::TypeList* GetInterfaceTypeList() REQUIRES_SHARED(Locks::mutator_lock_);
253 const dex::TypeList* iface_list = klass->GetInterfaceTypeList(); in Class_getInterfacesInternal()
1126 const art::dex::TypeList* current_interfaces = current_class->GetInterfaceTypeList(); in CheckClass()