Searched refs:SUBCLASS (Results 1 – 2 of 2) sorted by relevance
/libcore/ojluni/src/test/java/lang/invoke/ |
D | MethodHandlesTest.java | 406 static final Lookup SUBCLASS = RemoteExample.lookup(); field in MethodHandlesTest 485 …{ { false, PUBLIC }, { false, SUBCLASS }, { false, PACKAGE }, { false, PRIVATE }, { false, EXAMPLE… 486 …{ { false, PUBLIC }, { false, SUBCLASS }, { false, PACKAGE }, { true, PRIVATE }, { true, EXAMPLE }… 487 …{ { false, PUBLIC }, { false, SUBCLASS }, { true, PACKAGE }, { true, PRIVATE }, { true, EXAMPLE } … 488 …{ { false, PUBLIC }, { true, SUBCLASS }, { true, PACKAGE }, { true, PRIVATE }, { true, EXAMPLE } }… 489 …{ { true, PUBLIC }, { true, SUBCLASS }, { true, PACKAGE }, { true, PRIVATE }, { true, EXAMPLE } },… 518 if (lookup == PUBLIC || lookup == SUBCLASS || lookup == PACKAGE)
|
D | MethodHandlesGeneralTest.java | 241 if (lookup == SUBCLASS && in testFindVirtual() 300 testFindSpecial(true, SUBCLASS, specialCaller, defc, ret, name, params); in testFindSpecial() 307 testFindSpecial(false, SUBCLASS, specialCaller, defc, ret, name, params); in testFindSpecial()
|