Searched refs:paramsMaybeWithSelf (Results 1 – 1 of 1) sorted by relevance
541 Class<?>[] paramsMaybeWithSelf = params; in testUnreflectMaybeSpecial() local543 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()