Searched refs:types1 (Results 1 – 2 of 2) sorted by relevance
610 List<Type> types1 = Arrays.asList(method1.getGenericParameterTypes()); in checkParametrizedTypeEqualsAndHashCode() local614 Type type1 = types1.get(0); in checkParametrizedTypeEqualsAndHashCode()666 List<Type> types1 = Arrays.asList(method1.getGenericParameterTypes()); in checkGenericArrayTypeEqualsAndHashCode() local670 Type type1 = types1.get(0); in checkGenericArrayTypeEqualsAndHashCode()
5866 const dex::TypeList* types1 = method1->GetParameterTypeList(); in HasSameSignatureWithDifferentClassLoaders() local5868 if (types1 == nullptr) { in HasSameSignatureWithDifferentClassLoaders()5877 if (types1->Size() != 0) { in HasSameSignatureWithDifferentClassLoaders()5885 uint32_t num_types = types1->Size(); in HasSameSignatureWithDifferentClassLoaders()5894 dex::TypeIndex param_type_idx = types1->GetTypeItem(i).type_idx_; in HasSameSignatureWithDifferentClassLoaders()