Searched refs:types1 (Results 1 – 2 of 2) sorted by relevance
612 List<Type> types1 = Arrays.asList(method1.getGenericParameterTypes()); in checkParametrizedTypeEqualsAndHashCode() local616 Type type1 = types1.get(0); in checkParametrizedTypeEqualsAndHashCode()668 List<Type> types1 = Arrays.asList(method1.getGenericParameterTypes()); in checkGenericArrayTypeEqualsAndHashCode() local672 Type type1 = types1.get(0); in checkGenericArrayTypeEqualsAndHashCode()
4871 const DexFile::TypeList* types1 = method1->GetParameterTypeList(); in HasSameSignatureWithDifferentClassLoaders() local4873 if (types1 == nullptr) { in HasSameSignatureWithDifferentClassLoaders()4882 if (types1->Size() != 0) { in HasSameSignatureWithDifferentClassLoaders()4890 uint32_t num_types = types1->Size(); in HasSameSignatureWithDifferentClassLoaders()4899 uint32_t param_type_idx = types1->GetTypeItem(i).type_idx_; in HasSameSignatureWithDifferentClassLoaders()