Home
last modified time | relevance | path

Searched refs:types2 (Results 1 – 2 of 2) sorted by relevance

/art/test/046-reflect/src/
DMain.java611 List<Type> types2 = Arrays.asList(method2.getGenericParameterTypes()); in checkParametrizedTypeEqualsAndHashCode() local
615 Type type2 = types2.get(0); in checkParametrizedTypeEqualsAndHashCode()
667 List<Type> types2 = Arrays.asList(method2.getGenericParameterTypes()); in checkGenericArrayTypeEqualsAndHashCode() local
671 Type type2 = types2.get(0); in checkGenericArrayTypeEqualsAndHashCode()
/art/runtime/
Dclass_linker.cc5770 const dex::TypeList* types2 = method2->GetParameterTypeList(); in HasSameSignatureWithDifferentClassLoaders() local
5772 if (types2 != nullptr && types2->Size() != 0) { in HasSameSignatureWithDifferentClassLoaders()
5779 } else if (UNLIKELY(types2 == nullptr)) { in HasSameSignatureWithDifferentClassLoaders()
5789 if (UNLIKELY(num_types != types2->Size())) { in HasSameSignatureWithDifferentClassLoaders()
5805 dex::TypeIndex other_param_type_idx = types2->GetTypeItem(i).type_idx_; in HasSameSignatureWithDifferentClassLoaders()