Home
last modified time | relevance | path

Searched refs:convValue (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/test/java/lang/invoke/
DExplicitCastArgumentsTest.java159 Object convValue = to.wrap(value); in testRef2Prim() local
161 to.primitiveType(), value, convValue, false, null); in testRef2Prim()
222 Object convValue = to.wrap(value); in testPrim2Prim() local
225 to.primitiveType(), value, convValue, false, null); in testPrim2Prim()