Searched refs:paramsWithSelf (Results 1 – 1 of 1) sorted by relevance
247 Class<?>[] paramsWithSelf = cat(array(Class[].class, (Class)selfc), params); in testFindVirtual() local248 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() local346 MethodType typeWithSelf = MethodType.methodType(ret, paramsWithSelf); in testFindSpecial()348 Object[] args = randomArgs(paramsWithSelf); in testFindSpecial()