Searched refs:Loop (Results 1 – 4 of 4) sorted by relevance
83 … MethodHandle[] counterClause = new MethodHandle[]{null, Loop.MH_inc, Loop.MH_pred, Loop.MH_fin}; in testLoopNullInit()85 assertEquals(Loop.MT_loop, loop.type()); in testLoopNullInit()974 static class Loop { class in LoopCombinatorTest988 static final Class<Loop> LOOP = Loop.class;
120 * implement the abstract {@link #$code$Loop $code$Loop} method, which574 * <p> This method works by invoking the {@link #$code$Loop $code$Loop}600 * If an invocation of the $code$Loop method threw622 cr = $code$Loop(in, out);798 protected abstract CoderResult $code$Loop($Itype$Buffer in,834 * If an invocation of the $code$Loop method threw
2963 static class Loop extends Transformer { class in Transformers2986 public Loop(Class<?> loopReturnType, in Loop() method in Transformers.Loop
4573 return new Transformers.Loop(loopReturnType, in loop()