Home
last modified time | relevance | path

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

/art/test/046-reflect/src/
DMain.java610 List<Type> types1 = Arrays.asList(method1.getGenericParameterTypes()); in checkParametrizedTypeEqualsAndHashCode() local
614 Type type1 = types1.get(0); in checkParametrizedTypeEqualsAndHashCode()
666 List<Type> types1 = Arrays.asList(method1.getGenericParameterTypes()); in checkGenericArrayTypeEqualsAndHashCode() local
670 Type type1 = types1.get(0); in checkGenericArrayTypeEqualsAndHashCode()
/art/runtime/
Dclass_linker.cc5739 const dex::TypeList* types1 = method1->GetParameterTypeList(); in HasSameSignatureWithDifferentClassLoaders() local
5741 if (types1 == nullptr) { in HasSameSignatureWithDifferentClassLoaders()
5750 if (types1->Size() != 0) { in HasSameSignatureWithDifferentClassLoaders()
5758 uint32_t num_types = types1->Size(); in HasSameSignatureWithDifferentClassLoaders()
5767 dex::TypeIndex param_type_idx = types1->GetTypeItem(i).type_idx_; in HasSameSignatureWithDifferentClassLoaders()