Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/lang/invoke/
DMethodType.java493 Class<?> elemType = arrayType.getComponentType(); in asSpreaderType() local
494 assert(elemType != null); in asSpreaderType()
496 if (ptypes[i] != elemType) { in asSpreaderType()
498 Arrays.fill(fixedPtypes, i, ptypes.length, elemType); in asSpreaderType()
531 Class<?> elemType = arrayType.getComponentType(); in asCollectorType() local
532 assert(elemType != null); in asCollectorType()
533 res = methodType(rtype, Collections.nCopies(arrayLength, elemType)); in asCollectorType()