Searched refs:iface_list (Results 1 – 1 of 1) sorted by relevance
251 const dex::TypeList* iface_list = klass->GetInterfaceTypeList(); in Class_getInterfacesInternal() local252 if (iface_list == nullptr) { in Class_getInterfacesInternal()257 const uint32_t num_ifaces = iface_list->Size(); in Class_getInterfacesInternal()272 const dex::TypeIndex type_idx = iface_list->GetTypeItem(i).type_idx_; in Class_getInterfacesInternal()