Lines Matching refs:interfaces
1730 const DexFile::TypeList* interfaces = dex_file_->GetInterfacesList(*item);
1731 if (interfaces != NULL) {
1732 uint32_t size = interfaces->Size();
1734 // Ensure that all interfaces refer to classes (not arrays or primitives).
1736 LOAD_STRING_BY_TYPE(inf_descriptor, interfaces->GetTypeItem(i).type_idx_,
1746 * practice the number of interfaces implemented by any given class is low.
1749 uint32_t idx1 = interfaces->GetTypeItem(i).type_idx_;
1751 uint32_t idx2 = interfaces->GetTypeItem(j).type_idx_;