Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/lang/invoke/
DMethodHandlesGeneralTest.java513 Method rmethod = defc.getDeclaredMethod(methodName, params); in testUnreflectMaybeSpecial() local
521 target = specialLookup.unreflectSpecial(rmethod, specialCaller); in testUnreflectMaybeSpecial()
523 target = maybeMoveIn(lookup, defc).unreflect(rmethod); in testUnreflectMaybeSpecial()
540 assertEquals(isStatic, Modifier.isStatic(rmethod.getModifiers())); in testUnreflectMaybeSpecial()