Home
last modified time | relevance | path

Searched refs:SUBCLASS (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/src/test/java/lang/invoke/
DMethodHandlesTest.java406 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)
DMethodHandlesGeneralTest.java241 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()