Searched refs:incr (Results 1 – 1 of 1) sorted by relevance
5192 MethodHandle incr = getConstantHandle(MH_countedLoopStep); in countedLoop() local5196 incr = dropArguments(incr, 1, returnType); // (limit, v, i) => (limit, i) in countedLoop()5204 indexVar = { start, incr }; // i = start(); i = i + 1 in countedLoop()