Home
last modified time | relevance | path

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

/art/test/046-reflect/src/
DMain.java612 List<Type> types1 = Arrays.asList(method1.getGenericParameterTypes()); in checkParametrizedTypeEqualsAndHashCode() local
616 Type type1 = types1.get(0); in checkParametrizedTypeEqualsAndHashCode()
668 List<Type> types1 = Arrays.asList(method1.getGenericParameterTypes()); in checkGenericArrayTypeEqualsAndHashCode() local
672 Type type1 = types1.get(0); in checkGenericArrayTypeEqualsAndHashCode()
/art/runtime/
Dclass_linker.cc4871 const DexFile::TypeList* types1 = method1->GetParameterTypeList(); in HasSameSignatureWithDifferentClassLoaders() local
4873 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()