/libcore/luni/src/test/java/libcore/java/lang/invoke/ |
D | MethodHandleAccessorsTest.java | 550 tryAccessor(lookup.findStaticGetter(ValueHolder.class, "s_z", boolean.class), in testBooleanSettersAndGetters() 570 tryAccessor(lookup.findStaticGetter(ValueHolder.class, "s_b", byte.class), in testByteSettersAndGetters() 590 tryAccessor(lookup.findStaticGetter(ValueHolder.class, "s_c", char.class), in testCharSettersAndGetters() 610 tryAccessor(lookup.findStaticGetter(ValueHolder.class, "s_s", short.class), in testShortSettersAndGetters() 630 tryAccessor(lookup.findStaticGetter(ValueHolder.class, "s_i", int.class), in testIntSettersAndGetters() 650 tryAccessor(lookup.findStaticGetter(ValueHolder.class, "s_f", float.class), in testFloatSettersAndGetters() 670 tryAccessor(lookup.findStaticGetter(ValueHolder.class, "s_d", double.class), in testDoubleSettersAndGetters() 690 tryAccessor(lookup.findStaticGetter(ValueHolder.class, "s_j", long.class), in testLongSettersAndGetters() 709 tryAccessor(lookup.findStaticGetter(ValueHolder.class, "s_l", String.class), in testStringSettersAndGetters() 722 MethodHandle mh = lookup.findStaticGetter(ValueHolder.class, "s_fi", int.class); in testLookup() [all …]
|
D | MethodHandlesTest.java | 1988 handle = MethodHandles.lookup().findStaticGetter( in testRevealDirect()
|
/libcore/ojluni/src/lambda/java/java/lang/invoke/ |
D | MethodHandles.java | 73 …public MethodHandle findStaticGetter(Class<?> refc, String name, Class<?> type) throws NoSuchField… in findStaticGetter() method in MethodHandles.Lookup
|
/libcore/ojluni/src/main/java/java/lang/constant/ |
D | DirectMethodHandleDescImpl.java | 166 …case STATIC_GETTER -> lookup.findStaticGetter(resolvedOwner, name, invocationType.ret… in resolveConstantDesc()
|
/libcore/ojluni/src/main/java/java/lang/invoke/ |
D | ConstantBootstraps.java | 177 mh = lookup.findStaticGetter(declaringClass, name, type); in getStaticFinal()
|
D | MethodHandles.java | 1622 …public MethodHandle findStaticGetter(Class<?> refc, String name, Class<?> type) throws NoSuchField… in findStaticGetter() method in MethodHandles.Lookup
|
/libcore/ojluni/src/test/java/lang/invoke/VarHandles/accessibility/ |
D | TestFieldLookupAccessibility.java | 77 return l.findStaticGetter(f.getDeclaringClass(), f.getName(), f.getType()); in MH_STATIC_GETTER()
|
/libcore/ojluni/annotations/hiddenapi/java/lang/invoke/ |
D | MethodHandles.java | 512 public java.lang.invoke.MethodHandle findStaticGetter( in findStaticGetter() method in MethodHandles.Lookup
|
/libcore/ojluni/src/test/java/lang/invoke/ |
D | MethodHandlesGeneralTest.java | 679 case TEST_FIND_STATIC: mh = lookup.findStaticGetter(fclass, fname, ftype); break; in testAccessor()
|
/libcore/api/ |
D | current.txt | 4729 …method public java.lang.invoke.MethodHandle findStaticGetter(Class<?>, String, Class<?>) throws ja…
|