Home
last modified time | relevance | path

Searched defs:mh2 (Results 1 – 3 of 3) sorted by relevance

/libcore/ojluni/src/test/java/util/stream/test/org/openjdk/tests/java/lang/invoke/
DSerializedLambdaTest.java196 Predicate<String> mh2 = (SerPredicate<String>) SerializedLambdaTest::startsWithA; in testStaticMR() local
234 Predicate<String> mh2 = (SerPredicate<String>) moo::startsWithB; in testBoundMRNotSerReceiver() local
257 Predicate<String> mh2 = (SerPredicate<String>) moo::startsWithB; in testBoundMR() local
/libcore/luni/src/test/java/libcore/java/lang/invoke/
DMethodHandlesTest.java352 MethodHandle mh2 = C.lookup.findSpecial(A.class /* refC */, "foo", in testfindSpecial_invokeSuperBehaviour() local
403 MethodHandle mh2 = in testfindSpecial_invokeSuperInterfaceBehaviour() local
DExplicitCastArgumentsTest.java223 MethodHandle mh2 = explicitCastArgumentToIdentity(ParentInterface.class, Integer.class); in explicitCastArgumentOfInterfaceType_doesNotThrow() local
246 MethodHandle mh2 = explicitCastReturnValueFromIdentity(Integer.class, in explicitCastReturnValueOfInterfaceType_doesNotThrow() local