Searched refs:rmethod (Results 1 – 1 of 1) sorted by relevance
513 Method rmethod = defc.getDeclaredMethod(methodName, params); in testUnreflectMaybeSpecial() local521 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()