Home
last modified time | relevance | path

Searched defs:bodyClause (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/lang/invoke/
DMethodHandles.java5203 bodyClause = { init, body }, // v = init(); v = body(v, i) in countedLoop() local
5443 bodyClause = { init, filterArgument(step, 0, nextVal) }; in iteratedLoop() local