Searched defs:mh1 (Results 1 – 3 of 3) sorted by relevance
194 … Predicate<String> mh1 = (Predicate<String> & Serializable) SerializedLambdaTest::startsWithA; in testStaticMR() local214 BiPredicate<Moo, String> mh1 = (BiPredicate<Moo, String> & Serializable) Moo::startsWithB; in testUnboundMR() local232 Predicate<String> mh1 = (Predicate<String> & Serializable) moo::startsWithB; in testBoundMRNotSerReceiver() local255 Predicate<String> mh1 = (Predicate<String> & Serializable) moo::startsWithB; in testBoundMR() local
318 MethodHandle mh1 = B.lookup.findSpecial(A.class /* refC */, "foo", in testfindSpecial_invokeSuperBehaviour() local
217 MethodHandle mh1 = explicitCastArgumentToIdentity(ParentInterface.class, Child.class); in explicitCastArgumentOfInterfaceType_doesNotThrow() local239 MethodHandle mh1 = explicitCastReturnValueFromIdentity(Child.class, in explicitCastReturnValueOfInterfaceType_doesNotThrow() local