Searched refs:arityPlus (Results 1 – 1 of 1) sorted by relevance
513 int arityPlus = arity + RNG.nextInt(Helper.MAX_ARITY / 2 - arity) + 1; in testMultipleArgs() local517 MethodType mTypeNewPlus = Helper.randomMethodTypeGenerator(arityPlus); in testMultipleArgs()