Searched refs:Helper (Results 1 – 2 of 2) sorted by relevance
28 import test.java.lang.invoke.lib.Helper;59 private static final boolean VERBOSE = Helper.IS_VERBOSE;61 private static final Random RNG = Helper.RNG;511 int arity = 1 + RNG.nextInt(Helper.MAX_ARITY / 2 - 2); in testMultipleArgs()513 int arityPlus = arity + RNG.nextInt(Helper.MAX_ARITY / 2 - arity) + 1; in testMultipleArgs()514 MethodType mType = Helper.randomMethodTypeGenerator(arity); in testMultipleArgs()515 MethodType mTypeNew = Helper.randomMethodTypeGenerator(arity); in testMultipleArgs()516 MethodType mTypeNewMinus = Helper.randomMethodTypeGenerator(arityMinus); in testMultipleArgs()517 MethodType mTypeNewPlus = Helper.randomMethodTypeGenerator(arityPlus); in testMultipleArgs()525 Object rValue = Helper.castToWrapper(1, rType); in testMultipleArgs()[all …]
38 public class Helper { class146 extra = (int) result.stream().filter(Helper::isDoubleCost).count(); in getParams()150 if (Helper.isDoubleCost(aClass)) { in getParams()