Searched refs:maybeMoveIn (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/test/java/lang/invoke/
H A DMethodHandlesTest.java459 static Lookup maybeMoveIn(Lookup lookup, Class<?> defc) { method in class:MethodHandlesTest
505 target = maybeMoveIn(lookup, defc).findStatic(defc, methodName, type);
591 target = maybeMoveIn(lookup, defc).findVirtual(defc, methodName, type);
669 if (verbosity >= 5) System.out.println(" lookup => "+maybeMoveIn(lookup, specialCaller));
670 target = maybeMoveIn(lookup, specialCaller).findSpecial(defc, methodName, type, specialCaller);
773 target = maybeMoveIn(lookup, defc).bind(receiver, methodName, type);
851 target = maybeMoveIn(lookup, specialCaller).unreflectSpecial(rmethod, specialCaller);
853 target = maybeMoveIn(lookup, defc).unreflect(rmethod);

Completed in 39 milliseconds