Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/lang/invoke/
DMethodHandlesGeneralTest.java541 Class<?>[] paramsMaybeWithSelf = params; in testUnreflectMaybeSpecial() local
543 paramsMaybeWithSelf = cat(array(Class[].class, (Class)rcvc), params); in testUnreflectMaybeSpecial()
545 MethodType typeMaybeWithSelf = MethodType.methodType(ret, paramsMaybeWithSelf); in testUnreflectMaybeSpecial()
555 Object[] argsMaybeWithSelf = randomArgs(paramsMaybeWithSelf); in testUnreflectMaybeSpecial()