Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/lang/invoke/
DMethodHandlesGeneralTest.java247 Class<?>[] paramsWithSelf = cat(array(Class[].class, (Class)selfc), params); in testFindVirtual() local
248 MethodType typeWithSelf = MethodType.methodType(ret, paramsWithSelf); in testFindVirtual()
251 Object[] argsWithSelf = randomArgs(paramsWithSelf); in testFindVirtual()
345 Class<?>[] paramsWithSelf = cat(array(Class[].class, (Class)specialCaller), params); in testFindSpecial() local
346 MethodType typeWithSelf = MethodType.methodType(ret, paramsWithSelf); in testFindSpecial()
348 Object[] args = randomArgs(paramsWithSelf); in testFindSpecial()