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()
3879 const DexFile::TypeList* types1 = method1->GetParameterTypeList(); in HasSameSignatureWithDifferentClassLoaders() local3881 if (types1 == nullptr) { in HasSameSignatureWithDifferentClassLoaders()3890 if (types1->Size() != 0) { in HasSameSignatureWithDifferentClassLoaders()3898 uint32_t num_types = types1->Size(); in HasSameSignatureWithDifferentClassLoaders()3907 uint32_t param_type_idx = types1->GetTypeItem(i).type_idx_; in HasSameSignatureWithDifferentClassLoaders()