Searched refs:buildCommonSuffix (Results 1 – 1 of 1) sorted by relevance
4526 …final List<Class<?>> commonSuffix = buildCommonSuffix(init, step, pred, fini, commonPrefix.size()); in loop()4616 …private static List<Class<?>> buildCommonSuffix(List<MethodHandle> init, List<MethodHandle> step, … in buildCommonSuffix() method in MethodHandles